Package org.apache.flink.state.common
Class PeriodicMaterializationManager.MaterializationRunnable
java.lang.Object
org.apache.flink.state.common.PeriodicMaterializationManager.MaterializationRunnable
- Enclosing class:
- PeriodicMaterializationManager
A
Runnable representing the materialization and the associated metadata.-
Constructor Summary
ConstructorsConstructorDescriptionMaterializationRunnable(RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> materializationRunnable, long materializationID, org.apache.flink.runtime.state.changelog.SequenceNumber materializedTo) -
Method Summary
Modifier and TypeMethodDescriptionlongorg.apache.flink.runtime.state.changelog.SequenceNumber
-
Constructor Details
-
MaterializationRunnable
public MaterializationRunnable(RunnableFuture<org.apache.flink.runtime.state.SnapshotResult<org.apache.flink.runtime.state.KeyedStateHandle>> materializationRunnable, long materializationID, org.apache.flink.runtime.state.changelog.SequenceNumber materializedTo)
-
-
Method Details
-
getMaterializedTo
public org.apache.flink.runtime.state.changelog.SequenceNumber getMaterializedTo() -
getMaterializationID
public long getMaterializationID()
-