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 interface
IncrementalKeyedStateHandle
Common interface to all incrementalKeyedStateHandle
.Classes in org.apache.flink.runtime.state that implement CheckpointBoundKeyedStateHandle Modifier and Type Class Description class
AbstractIncrementalStateHandle
Abstract superclass for allIncrementalKeyedStateHandle
.class
IncrementalLocalKeyedStateHandle
State handle for local copies ofIncrementalRemoteKeyedStateHandle
.class
IncrementalRemoteKeyedStateHandle
The handle to states of an incremental snapshot.Methods in org.apache.flink.runtime.state that return CheckpointBoundKeyedStateHandle Modifier and Type Method Description CheckpointBoundKeyedStateHandle
CheckpointBoundKeyedStateHandle. rebound(long checkpointId)
Returns a newCheckpointBoundKeyedStateHandle
Rebounding checkpoint id to a specific checkpoint id.CheckpointBoundKeyedStateHandle
IncrementalLocalKeyedStateHandle. rebound(long checkpointId)
CheckpointBoundKeyedStateHandle
IncrementalRemoteKeyedStateHandle. 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 interface
ChangelogStateBackendHandle
A handle to ChangelogStateBackend state.Classes in org.apache.flink.runtime.state.changelog that implement CheckpointBoundKeyedStateHandle Modifier and Type Class Description static class
ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
class
ChangelogStateBackendLocalHandle
State handle for local copies ofChangelogStateHandleStreamImpl
.
-