Uses of Class
com.loomcache.server.persistence.StateMachineSnapshotManager
Packages that use StateMachineSnapshotManager
-
Uses of StateMachineSnapshotManager in com.loomcache.server.persistence
Constructors in com.loomcache.server.persistence with parameters of type StateMachineSnapshotManagerModifierConstructorDescriptionSnapshotScheduler(StateMachineSnapshotManager snapshotManager) Create a snapshot scheduler with default configuration.SnapshotScheduler(StateMachineSnapshotManager snapshotManager, long snapshotIntervalEntries, int maxSnapshotsToRetain) Create a snapshot scheduler with custom configuration and default delta count (3).SnapshotScheduler(StateMachineSnapshotManager snapshotManager, long snapshotIntervalEntries, int maxSnapshotsToRetain, int maxDeltasBetweenFullSnapshots) Create a snapshot scheduler with custom configuration.