Uses of Package
com.loomcache.server.persistence
Packages that use com.loomcache.server.persistence
Package
Description
-
Classes in com.loomcache.server.persistence used by com.loomcache.server
-
Classes in com.loomcache.server.persistence used by com.loomcache.server.consensusClassDescriptionPersistent storage for Raft metadata: currentTerm, votedFor, and the highest commit index durably represented in the local state machine.Snapshot storage for Raft log compaction.Write-Ahead Log (WAL) writer for persisting Raft log entries.
-
Classes in com.loomcache.server.persistence used by com.loomcache.server.datastructuresClassDescriptionInterface for data structures that can be snapshotted and restored.Serialized snapshot bytes plus an optional dirty-state token for rollback.
-
Classes in com.loomcache.server.persistence used by com.loomcache.server.persistenceClassDescriptionRepresents a delta (incremental) snapshot capturing only changed and deleted data structures since the last full or delta snapshot.Defines the durability guarantee level for WAL operations.Recovered Raft metadata.Interface for data structures that can be snapshotted and restored.Serialized snapshot bytes plus an optional dirty-state token for rollback.A chain of snapshots: one full (base) snapshot followed by zero or more delta snapshots.Manages snapshots for WAL log compaction.Snapshot record containing index, term, timestamp, checksum, and data.Snapshot metadata without full data payload.Statistics about snapshot scheduler activity.Snapshot storage for Raft log compaction.Snapshot metadata record with SHA-256 checksum for validation.Manages state machine snapshots for Raft log compaction.Full snapshot of all data structures.Metadata for a state machine snapshot.Snapshot boundary and state to use for one automatic compaction.Compaction statistics record.Recovery metadata returned after reading a WAL file.Statistics tracked by the WAL writer.Write-Ahead Log (WAL) writer for persisting Raft log entries.Statistics for compression and batch operations.