Class ForStRestoreResult
java.lang.Object
org.apache.flink.state.forst.restore.ForStRestoreResult
Entity holding result of ForSt instance restore.
-
Constructor Summary
ConstructorsConstructorDescriptionForStRestoreResult(org.forstdb.RocksDB db, org.forstdb.ColumnFamilyHandle defaultColumnFamilyHandle, ForStNativeMetricMonitor nativeMetricMonitor, long lastCompletedCheckpointId, UUID backendUID, SortedMap<Long, Collection<org.apache.flink.runtime.state.IncrementalKeyedStateHandle.HandleAndLocalPath>> restoredSstFiles) -
Method Summary
Modifier and TypeMethodDescriptionorg.forstdb.RocksDBgetDb()org.forstdb.ColumnFamilyHandlelongSortedMap<Long,Collection<org.apache.flink.runtime.state.IncrementalKeyedStateHandle.HandleAndLocalPath>>
-
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
-
getRestoredSstFiles
public SortedMap<Long,Collection<org.apache.flink.runtime.state.IncrementalKeyedStateHandle.HandleAndLocalPath>> getRestoredSstFiles() -
getDefaultColumnFamilyHandle
public org.forstdb.ColumnFamilyHandle getDefaultColumnFamilyHandle() -
getNativeMetricMonitor
-