Uses of Interface
org.apache.flink.runtime.state.CheckpointBoundKeyedStateHandle
Packages that use CheckpointBoundKeyedStateHandle
-
Uses of CheckpointBoundKeyedStateHandle in org.apache.flink.runtime.state
Subinterfaces of CheckpointBoundKeyedStateHandle in org.apache.flink.runtime.stateModifier and TypeInterfaceDescriptioninterfaceCommon interface to all incrementalKeyedStateHandle.Classes in org.apache.flink.runtime.state that implement CheckpointBoundKeyedStateHandleModifier and TypeClassDescriptionclassAbstract superclass for allIncrementalKeyedStateHandle.classState handle for local copies ofIncrementalRemoteKeyedStateHandle.classThe handle to states of an incremental snapshot.Methods in org.apache.flink.runtime.state that return CheckpointBoundKeyedStateHandleModifier and TypeMethodDescriptionCheckpointBoundKeyedStateHandle.rebound(long checkpointId) Returns a newCheckpointBoundKeyedStateHandleRebounding checkpoint id to a specific checkpoint id.IncrementalLocalKeyedStateHandle.rebound(long checkpointId) IncrementalRemoteKeyedStateHandle.rebound(long checkpointId) -
Uses of CheckpointBoundKeyedStateHandle in org.apache.flink.runtime.state.changelog
Subinterfaces of CheckpointBoundKeyedStateHandle in org.apache.flink.runtime.state.changelogModifier and TypeInterfaceDescriptioninterfaceA handle to ChangelogStateBackend state.Classes in org.apache.flink.runtime.state.changelog that implement CheckpointBoundKeyedStateHandleModifier and TypeClassDescriptionstatic classclassState handle for local copies ofChangelogStateHandleStreamImpl.