Package org.apache.flink.runtime.state
Interface IncrementalKeyedStateHandle
- All Superinterfaces:
CheckpointBoundKeyedStateHandle,CompositeStateHandle,KeyedStateHandle,Serializable,StateObject
- All Known Implementing Classes:
AbstractIncrementalStateHandle,IncrementalLocalKeyedStateHandle,IncrementalRemoteKeyedStateHandle
public interface IncrementalKeyedStateHandle
extends KeyedStateHandle, CheckpointBoundKeyedStateHandle
Common interface to all incremental
KeyedStateHandle.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA Holder of StreamStateHandle and the corresponding localPath.Nested classes/interfaces inherited from interface org.apache.flink.runtime.state.StateObject
StateObject.StateObjectLocation, StateObject.StateObjectSizeStatsCollector -
Method Summary
Modifier and TypeMethodDescriptionReturns the identifier of the state backend from which this handle was created.Returns a list of all shared states and the corresponding localPath in the backend at the time this was created.Methods inherited from interface org.apache.flink.runtime.state.CheckpointBoundKeyedStateHandle
getCheckpointId, reboundMethods inherited from interface org.apache.flink.runtime.state.CompositeStateHandle
getCheckpointedSize, registerSharedStatesMethods inherited from interface org.apache.flink.runtime.state.KeyedStateHandle
getIntersection, getKeyGroupRange, getStateHandleIdMethods inherited from interface org.apache.flink.runtime.state.StateObject
collectSizeStats, discardState, getStateSize
-
Method Details
-
getBackendIdentifier
Returns the identifier of the state backend from which this handle was created. -
getMetaDataStateHandle
-