Uses of Class
io.camunda.zeebe.snapshots.impl.SnapshotMetrics
Packages that use SnapshotMetrics
-
Uses of SnapshotMetrics in io.camunda.zeebe.snapshots.impl
Methods in io.camunda.zeebe.snapshots.impl that return SnapshotMetricsConstructors in io.camunda.zeebe.snapshots.impl with parameters of type SnapshotMetricsModifierConstructorDescriptionFileBasedSnapshotStoreImpl(int brokerId, Path root, CRC32CChecksumProvider checksumProvider, ConcurrencyControl actor, SnapshotMetrics metrics) -
Uses of SnapshotMetrics in io.camunda.zeebe.snapshots.transfer
Constructors in io.camunda.zeebe.snapshots.transfer with parameters of type SnapshotMetricsModifierConstructorDescriptionSnapshotTransferImpl(Function<ConcurrencyControl, SnapshotTransferService> service, SnapshotMetrics snapshotMetrics, ReceivableSnapshotStore snapshotStore)