Uses of Class
com.loomcache.server.persistence.SnapshotStore
Packages that use SnapshotStore
-
Uses of SnapshotStore in com.loomcache.server.consensus
Methods in com.loomcache.server.consensus with parameters of type SnapshotStoreModifier and TypeMethodDescriptionvoidRaftNode.setSnapshotStore(@Nullable SnapshotStore store) Set the snapshot store for persistent snapshot management. -
Uses of SnapshotStore in com.loomcache.server.persistence
Methods in com.loomcache.server.persistence that return SnapshotStoreModifier and TypeMethodDescriptionprotected SnapshotStorePersistentRaftLog.getSnapshotStore()Get the snapshot store (for testing).