public interface SharedStateRegistryFactory
SharedStateRegistry
objects.Modifier and Type | Method and Description |
---|---|
SharedStateRegistry |
create(Executor deleteExecutor,
Collection<CompletedCheckpoint> checkpoints,
RestoreMode restoreMode)
Factory method for
SharedStateRegistry . |
SharedStateRegistry create(Executor deleteExecutor, Collection<CompletedCheckpoint> checkpoints, RestoreMode restoreMode)
SharedStateRegistry
.deleteExecutor
- executor used to run (async) deletes.checkpoints
- whose shared state will be registered.restoreMode
- the mode in which the given checkpoints were restoredCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.