Uses of Interface
org.apache.flink.runtime.state.CompositeStateHandle
Packages that use CompositeStateHandle
Package
Description
-
Uses of CompositeStateHandle in org.apache.flink.runtime.checkpoint
Classes in org.apache.flink.runtime.checkpoint that implement CompositeStateHandleModifier and TypeClassDescriptionclassA specializedOperatorSubtaskStaterepresenting the subtask is finished.classA special operator state implementation representing the operators whose instances are all finished.classSimple container class which contains the raw/managed operator state and key-group state handles from all subtasks of an operator and therefore represents the complete state of a logical operator.classThis class encapsulates the state for one parallel instance of an operator.classDeprecated.Internal class for savepoint backwards compatibility.classDeprecated.Internal class for savepoint backwards compatibility.classThis class encapsulates state handles to the snapshots of all operator instances executed within one task. -
Uses of CompositeStateHandle in org.apache.flink.runtime.state
Subinterfaces of CompositeStateHandle in org.apache.flink.runtime.stateModifier and TypeInterfaceDescriptioninterfaceKeyedStateHandlethat is bound to a specific checkpoint.interfaceCommon interface to all incrementalKeyedStateHandle.interfaceBase for the handles of the checkpointed states in keyed streams.interfaceAKeyedStateHandlethat points to a savepoint taken in the unified format.Classes in org.apache.flink.runtime.state that implement CompositeStateHandleModifier and TypeClassDescriptionclassAbstract superclass for allIncrementalKeyedStateHandle.classState handle for local copies ofIncrementalRemoteKeyedStateHandle.classThe handle to states of an incremental snapshot.classAKeyGroupsStateHandlethat describes a savepoint in the unified format.classA handle to the partitioned stream operator state after it has been checkpointed.Method parameters in org.apache.flink.runtime.state with type arguments of type CompositeStateHandleModifier and TypeMethodDescriptionvoidSharedStateRegistry.registerAll(Iterable<? extends CompositeStateHandle> stateHandles, long checkpointID) Register given shared states in the registry.voidSharedStateRegistryImpl.registerAll(Iterable<? extends CompositeStateHandle> stateHandles, long checkpointID) -
Uses of CompositeStateHandle in org.apache.flink.runtime.state.changelog
Subinterfaces of CompositeStateHandle in org.apache.flink.runtime.state.changelogModifier and TypeInterfaceDescriptioninterfaceA handle to ChangelogStateBackend state.interfaceA handle to savedstate changes.Classes in org.apache.flink.runtime.state.changelog that implement CompositeStateHandleModifier and TypeClassDescriptionstatic classclassState handle for local copies ofChangelogStateHandleStreamImpl.final classChangelogStateHandleimplementation based onStreamStateHandle. -
Uses of CompositeStateHandle in org.apache.flink.runtime.state.changelog.inmemory
Classes in org.apache.flink.runtime.state.changelog.inmemory that implement CompositeStateHandle -
Uses of CompositeStateHandle in org.apache.flink.runtime.state.filemerging
Classes in org.apache.flink.runtime.state.filemerging that implement CompositeStateHandleModifier and TypeClassDescriptionclassAn emptyFileMergingOperatorStreamStateHandlethat is only used as a placeholder to prevent file merging directory from being deleted.classAOperatorStreamStateHandlethat works for file merging checkpoints.