Class ForStRestoreResult


  • public class ForStRestoreResult
    extends Object
    Entity holding result of ForSt instance restore.
    • Constructor Detail

      • ForStRestoreResult

        public ForStRestoreResult​(org.forstdb.RocksDB db,
                                  org.forstdb.ColumnFamilyHandle defaultColumnFamilyHandle,
                                  @Nullable
                                  ForStNativeMetricMonitor nativeMetricMonitor,
                                  long lastCompletedCheckpointId,
                                  UUID backendUID,
                                  SortedMap<Long,​Collection<org.apache.flink.runtime.state.IncrementalKeyedStateHandle.HandleAndLocalPath>> restoredSstFiles)
    • Method Detail

      • getDb

        public org.forstdb.RocksDB getDb()
      • getLastCompletedCheckpointId

        public long getLastCompletedCheckpointId()
      • getBackendUID

        public UUID getBackendUID()
      • getRestoredSstFiles

        public SortedMap<Long,​Collection<org.apache.flink.runtime.state.IncrementalKeyedStateHandle.HandleAndLocalPath>> getRestoredSstFiles()
      • getDefaultColumnFamilyHandle

        public org.forstdb.ColumnFamilyHandle getDefaultColumnFamilyHandle()