Class ForStRestoreResult

java.lang.Object
org.apache.flink.state.forst.restore.ForStRestoreResult

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

    • 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 Details

    • 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()
    • getNativeMetricMonitor

      @Nullable public ForStNativeMetricMonitor getNativeMetricMonitor()