Uses of Class
com.loomcache.server.persistence.StateMachineSnapshotManager.FullSnapshot
Packages that use StateMachineSnapshotManager.FullSnapshot
-
Uses of StateMachineSnapshotManager.FullSnapshot in com.loomcache.server.persistence
Methods in com.loomcache.server.persistence that return StateMachineSnapshotManager.FullSnapshotModifier and TypeMethodDescriptionSnapshotChain.materialize()Materialize the chain into a single full snapshot by applying all deltas to the base in order.Constructors in com.loomcache.server.persistence with parameters of type StateMachineSnapshotManager.FullSnapshotModifierConstructorDescriptionCreate a snapshot chain with the given base snapshot and no deltas, using a dedicated defaultKryoSerializerfor map snapshot merging.SnapshotChain(StateMachineSnapshotManager.FullSnapshot base, KryoSerializer mapSnapshotSerializer) Create a snapshot chain sharing aKryoSerializerwith the rest of the server so that map snapshot merging sees the same registered classes.