Uses of Interface
org.apache.flink.runtime.state.CheckpointBoundKeyedStateHandle
-
Packages that use CheckpointBoundKeyedStateHandle Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.changelog -
-
Uses of CheckpointBoundKeyedStateHandle in org.apache.flink.runtime.state
Subinterfaces of CheckpointBoundKeyedStateHandle in org.apache.flink.runtime.state Modifier and Type Interface Description interfaceIncrementalKeyedStateHandleCommon interface to all incrementalKeyedStateHandle.Classes in org.apache.flink.runtime.state that implement CheckpointBoundKeyedStateHandle Modifier and Type Class Description classAbstractIncrementalStateHandleAbstract superclass for allIncrementalKeyedStateHandle.classIncrementalLocalKeyedStateHandleState handle for local copies ofIncrementalRemoteKeyedStateHandle.classIncrementalRemoteKeyedStateHandleThe handle to states of an incremental snapshot.Methods in org.apache.flink.runtime.state that return CheckpointBoundKeyedStateHandle Modifier and Type Method Description CheckpointBoundKeyedStateHandleCheckpointBoundKeyedStateHandle. rebound(long checkpointId)Returns a newCheckpointBoundKeyedStateHandleRebounding checkpoint id to a specific checkpoint id.CheckpointBoundKeyedStateHandleIncrementalLocalKeyedStateHandle. rebound(long checkpointId)CheckpointBoundKeyedStateHandleIncrementalRemoteKeyedStateHandle. rebound(long checkpointId) -
Uses of CheckpointBoundKeyedStateHandle in org.apache.flink.runtime.state.changelog
Subinterfaces of CheckpointBoundKeyedStateHandle in org.apache.flink.runtime.state.changelog Modifier and Type Interface Description interfaceChangelogStateBackendHandleA handle to ChangelogStateBackend state.Classes in org.apache.flink.runtime.state.changelog that implement CheckpointBoundKeyedStateHandle Modifier and Type Class Description static classChangelogStateBackendHandle.ChangelogStateBackendHandleImplclassChangelogStateBackendLocalHandleState handle for local copies ofChangelogStateHandleStreamImpl.
-