Uses of Interface
org.apache.flink.runtime.state.SharedStateRegistry
Packages that use SharedStateRegistry
Package
Description
-
Uses of SharedStateRegistry in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return SharedStateRegistryModifier and TypeMethodDescriptionAbstractCompleteCheckpointStore.getSharedStateRegistry()CompletedCheckpointStore.getSharedStateRegistry()Returns theSharedStateRegistryused to register the shared state.DeactivatedCheckpointCompletedCheckpointStore.getSharedStateRegistry()Methods in org.apache.flink.runtime.checkpoint with parameters of type SharedStateRegistryModifier and TypeMethodDescriptionvoidOperatorState.registerSharedStates(SharedStateRegistry sharedStateRegistry, long checkpointID) voidOperatorSubtaskState.registerSharedStates(SharedStateRegistry sharedStateRegistry, long checkpointID) voidSubtaskState.registerSharedStates(SharedStateRegistry sharedStateRegistry, long checkpointID) Deprecated.voidTaskState.registerSharedStates(SharedStateRegistry sharedStateRegistry, long checkpointID) Deprecated.voidTaskStateSnapshot.registerSharedStates(SharedStateRegistry stateRegistry, long checkpointID) voidCompletedCheckpoint.registerSharedStatesAfterRestored(SharedStateRegistry sharedStateRegistry, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) Register all shared states in the given registry.Constructors in org.apache.flink.runtime.checkpoint with parameters of type SharedStateRegistryModifierConstructorDescriptionAbstractCompleteCheckpointStore(SharedStateRegistry sharedStateRegistry) DefaultCompletedCheckpointStore(int maxNumberOfCheckpointsToRetain, StateHandleStore<CompletedCheckpoint, R> stateHandleStore, CheckpointStoreUtil completedCheckpointStoreUtil, Collection<CompletedCheckpoint> completedCheckpoints, SharedStateRegistry sharedStateRegistry, Executor executor) Creates aDefaultCompletedCheckpointStoreinstance.EmbeddedCompletedCheckpointStore(int maxRetainedCheckpoints, Collection<CompletedCheckpoint> initialCheckpoints, SharedStateRegistry sharedStateRegistry) -
Uses of SharedStateRegistry in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement SharedStateRegistryMethods in org.apache.flink.runtime.state that return SharedStateRegistryModifier and TypeMethodDescriptionSharedStateRegistryFactory.create(Executor deleteExecutor, Collection<CompletedCheckpoint> checkpoints, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) Factory method forSharedStateRegistry.IncrementalRemoteKeyedStateHandle.getSharedStateRegistry()Methods in org.apache.flink.runtime.state with parameters of type SharedStateRegistryModifier and TypeMethodDescriptionvoidCompositeStateHandle.registerSharedStates(SharedStateRegistry stateRegistry, long checkpointID) Register both newly created and already referenced shared states in the givenSharedStateRegistry.voidIncrementalLocalKeyedStateHandle.registerSharedStates(SharedStateRegistry stateRegistry, long checkpointID) voidIncrementalRemoteKeyedStateHandle.registerSharedStates(SharedStateRegistry stateRegistry, long checkpointID) voidKeyGroupsStateHandle.registerSharedStates(SharedStateRegistry stateRegistry, long checkpointID) -
Uses of SharedStateRegistry in org.apache.flink.runtime.state.changelog
Methods in org.apache.flink.runtime.state.changelog with parameters of type SharedStateRegistryModifier and TypeMethodDescriptionvoidChangelogStateBackendHandle.ChangelogStateBackendHandleImpl.registerSharedStates(SharedStateRegistry stateRegistry, long checkpointID) voidChangelogStateBackendLocalHandle.registerSharedStates(SharedStateRegistry stateRegistry, long checkpointID) voidChangelogStateHandleStreamImpl.registerSharedStates(SharedStateRegistry stateRegistry, long checkpointID) -
Uses of SharedStateRegistry in org.apache.flink.runtime.state.changelog.inmemory
Methods in org.apache.flink.runtime.state.changelog.inmemory with parameters of type SharedStateRegistryModifier and TypeMethodDescriptionvoidInMemoryChangelogStateHandle.registerSharedStates(SharedStateRegistry stateRegistry, long checkpointID) -
Uses of SharedStateRegistry in org.apache.flink.runtime.state.filemerging
Methods in org.apache.flink.runtime.state.filemerging with parameters of type SharedStateRegistryModifier and TypeMethodDescriptionvoidFileMergingOperatorStreamStateHandle.registerSharedStates(SharedStateRegistry stateRegistry, long checkpointId)