Package org.apache.flink.runtime.state
Interface SavepointKeyedStateHandle
-
- All Superinterfaces:
CompositeStateHandle,KeyedStateHandle,Serializable,StateObject
- All Known Implementing Classes:
KeyGroupsSavepointStateHandle
public interface SavepointKeyedStateHandle extends KeyedStateHandle
AKeyedStateHandlethat points to a savepoint taken in the unified format.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.runtime.state.StateObject
StateObject.StateObjectLocation, StateObject.StateObjectSizeStatsCollector
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.runtime.state.CompositeStateHandle
getCheckpointedSize, registerSharedStates
-
Methods inherited from interface org.apache.flink.runtime.state.KeyedStateHandle
getIntersection, getKeyGroupRange, getStateHandleId
-
Methods inherited from interface org.apache.flink.runtime.state.StateObject
collectSizeStats, discardState, getStateSize
-
-