public interface SharedStateRegistryFactory
SharedStateRegistry objects.| 限定符和类型 | 方法和说明 |
|---|---|
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–2023 The Apache Software Foundation. All rights reserved.