Interface ChangelogStateHandle
- All Superinterfaces:
CompositeStateHandle,KeyedStateHandle,Serializable,StateObject
- All Known Implementing Classes:
ChangelogStateHandleStreamImpl,InMemoryChangelogStateHandle
A handle to saved
state changes.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.runtime.state.StateObject
StateObject.StateObjectLocation, StateObject.StateObjectSizeStatsCollector -
Method Summary
Modifier and TypeMethodDescriptionGet the storage identifier related to a specificStateChangelogStorage.Methods 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
-
getStorageIdentifier
String getStorageIdentifier()Get the storage identifier related to a specificStateChangelogStorage.
-