Uses of Class
io.camunda.zeebe.broker.system.partitions.impl.AsyncSnapshotDirector
Packages that use AsyncSnapshotDirector
Package
Description
-
Uses of AsyncSnapshotDirector in io.camunda.zeebe.broker.system.partitions
Methods in io.camunda.zeebe.broker.system.partitions that return AsyncSnapshotDirectorModifier and TypeMethodDescriptionPartitionStartupAndTransitionContextImpl.getSnapshotDirector()Deprecated.PartitionTransitionContext.getSnapshotDirector()Methods in io.camunda.zeebe.broker.system.partitions with parameters of type AsyncSnapshotDirectorModifier and TypeMethodDescriptionvoidPartitionStartupAndTransitionContextImpl.setSnapshotDirector(AsyncSnapshotDirector snapshotDirector) Deprecated.voidPartitionTransitionContext.setSnapshotDirector(AsyncSnapshotDirector snapshotDirector) -
Uses of AsyncSnapshotDirector in io.camunda.zeebe.broker.system.partitions.impl
Methods in io.camunda.zeebe.broker.system.partitions.impl that return AsyncSnapshotDirectorModifier and TypeMethodDescriptionstatic AsyncSnapshotDirectorAsyncSnapshotDirector.ofProcessingMode(int nodeId, int partitionId, StreamProcessor streamProcessor, StateController stateController, Duration snapshotRate, Callable<CompletableFuture<Void>> flushLog) Create an AsyncSnapshotDirector that can take snapshot when the StreamProcessor is in processing modestatic AsyncSnapshotDirectorAsyncSnapshotDirector.ofReplayMode(int nodeId, int partitionId, StreamProcessor streamProcessor, StateController stateController, Duration snapshotRate, Callable<CompletableFuture<Void>> flushLog) Create an AsyncSnapshotDirector that can take snapshot when the StreamProcessor is in continuous replay mode.