Modifier and Type | Method and Description |
---|---|
SharedStateRegistry |
DeactivatedCheckpointCompletedCheckpointStore.getSharedStateRegistry() |
SharedStateRegistry |
AbstractCompleteCheckpointStore.getSharedStateRegistry() |
SharedStateRegistry |
CompletedCheckpointStore.getSharedStateRegistry()
Returns the
SharedStateRegistry used to register the shared state. |
Modifier and Type | Method and Description |
---|---|
void |
TaskState.registerSharedStates(SharedStateRegistry sharedStateRegistry,
long checkpointID)
Deprecated.
|
void |
OperatorState.registerSharedStates(SharedStateRegistry sharedStateRegistry,
long checkpointID) |
void |
SubtaskState.registerSharedStates(SharedStateRegistry sharedStateRegistry,
long checkpointID)
Deprecated.
|
void |
TaskStateSnapshot.registerSharedStates(SharedStateRegistry stateRegistry,
long checkpointID) |
void |
OperatorSubtaskState.registerSharedStates(SharedStateRegistry sharedStateRegistry,
long checkpointID) |
void |
CompletedCheckpoint.registerSharedStatesAfterRestored(SharedStateRegistry sharedStateRegistry,
RestoreMode restoreMode)
Register all shared states in the given registry.
|
Constructor and Description |
---|
AbstractCompleteCheckpointStore(SharedStateRegistry sharedStateRegistry) |
DefaultCompletedCheckpointStore(int maxNumberOfCheckpointsToRetain,
StateHandleStore<CompletedCheckpoint,R> stateHandleStore,
CheckpointStoreUtil completedCheckpointStoreUtil,
Collection<CompletedCheckpoint> completedCheckpoints,
SharedStateRegistry sharedStateRegistry,
Executor executor)
Creates a
DefaultCompletedCheckpointStore instance. |
EmbeddedCompletedCheckpointStore(int maxRetainedCheckpoints,
Collection<CompletedCheckpoint> initialCheckpoints,
SharedStateRegistry sharedStateRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
SharedStateRegistryImpl
SharedStateRegistry implementation. |
Modifier and Type | Method and Description |
---|---|
SharedStateRegistry |
SharedStateRegistryFactory.create(Executor deleteExecutor,
Collection<CompletedCheckpoint> checkpoints,
RestoreMode restoreMode)
Factory method for
SharedStateRegistry . |
SharedStateRegistry |
IncrementalRemoteKeyedStateHandle.getSharedStateRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeStateHandle.registerSharedStates(SharedStateRegistry stateRegistry,
long checkpointID)
Register both newly created and already referenced shared states in the given
SharedStateRegistry . |
void |
IncrementalRemoteKeyedStateHandle.registerSharedStates(SharedStateRegistry stateRegistry,
long checkpointID) |
void |
KeyGroupsStateHandle.registerSharedStates(SharedStateRegistry stateRegistry,
long checkpointID) |
void |
IncrementalLocalKeyedStateHandle.registerSharedStates(SharedStateRegistry stateRegistry,
long checkpointID) |
Modifier and Type | Method and Description |
---|---|
void |
ChangelogStateBackendLocalHandle.registerSharedStates(SharedStateRegistry stateRegistry,
long checkpointID) |
void |
ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl.registerSharedStates(SharedStateRegistry stateRegistry,
long checkpointID) |
void |
ChangelogStateHandleStreamImpl.registerSharedStates(SharedStateRegistry stateRegistry,
long checkpointID) |
Modifier and Type | Method and Description |
---|---|
void |
InMemoryChangelogStateHandle.registerSharedStates(SharedStateRegistry stateRegistry,
long checkpointID) |
Modifier and Type | Method and Description |
---|---|
void |
FileMergingOperatorStreamStateHandle.registerSharedStates(SharedStateRegistry stateRegistry,
long checkpointId) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.