Uses of Record Class
com.loomcache.server.persistence.StateMachineSnapshotManager.SnapshotMetadata
Packages that use StateMachineSnapshotManager.SnapshotMetadata
-
Uses of StateMachineSnapshotManager.SnapshotMetadata in com.loomcache.server.persistence
Methods in com.loomcache.server.persistence that return StateMachineSnapshotManager.SnapshotMetadataModifier and TypeMethodDescriptionStateMachineSnapshotManager.takeDeltaSnapshot(long baseSnapshotIndex, long snapshotIndex, long snapshotTerm, Map<String, ? extends Snapshotable> dataStructures) Take a delta (incremental) snapshot of only changed data structures.StateMachineSnapshotManager.takeFullSnapshot(long snapshotIndex, long snapshotTerm, Map<String, ? extends Snapshotable> dataStructures) Take a full snapshot of all registered data structures.