Uses of Interface
io.camunda.zeebe.snapshots.SnapshotChunk
Packages that use SnapshotChunk
Package
Description
-
Uses of SnapshotChunk in io.camunda.zeebe.snapshots
Methods in io.camunda.zeebe.snapshots with parameters of type SnapshotChunkModifier and TypeMethodDescriptionReceivedSnapshot.apply(SnapshotChunk chunk) Applies the nextSnapshotChunkto the snapshot. -
Uses of SnapshotChunk in io.camunda.zeebe.snapshots.impl
Methods in io.camunda.zeebe.snapshots.impl that return SnapshotChunkMethods in io.camunda.zeebe.snapshots.impl with parameters of type SnapshotChunk -
Uses of SnapshotChunk in io.camunda.zeebe.snapshots.transfer
Methods in io.camunda.zeebe.snapshots.transfer that return types with arguments of type SnapshotChunkModifier and TypeMethodDescriptionSnapshotTransferService.getLatestSnapshot(int partition, long lastProcessedPosition, UUID transferId) Initiate the transfer of the latest snapshot for a partition.SnapshotTransferServiceImpl.getLatestSnapshot(int partition, long lastProcessedPosition, UUID transferId) SnapshotTransferService.getNextChunk(int partition, String snapshotId, String previousChunkName, UUID transferId) Get the next chunk for the snapshot.SnapshotTransferServiceImpl.getNextChunk(int partition, String snapshotId, String previousChunkName, UUID transferId)