Uses of Class
com.loomcache.server.persistence.WalWriter
Packages that use WalWriter
-
Uses of WalWriter in com.loomcache.server.consensus
Methods in com.loomcache.server.consensus with parameters of type WalWriterModifier and TypeMethodDescriptionvoidRaftNode.setWalWriter(@Nullable WalWriter walWriter) Set the WAL writer for persistence. -
Uses of WalWriter in com.loomcache.server.persistence
Methods in com.loomcache.server.persistence that return WalWriterModifier and TypeMethodDescriptionprotected WalWriterPersistentRaftLog.getWalWriter()Get the WAL writer (for testing).Constructors in com.loomcache.server.persistence with parameters of type WalWriterModifierConstructorDescriptionWalCompactor(String nodeId, WalWriter walWriter, SnapshotManager snapshotManager, long compactionThreshold, long snapshotIntervalMs) Create a WAL compactor.WalCompactor(String nodeId, WalWriter walWriter, SnapshotManager snapshotManager, long compactionThreshold, long snapshotIntervalMs, @Nullable Supplier<@Nullable WalCompactor.CompactionSnapshot> automaticCompactionSnapshotSupplier) Create a WAL compactor with an optional automatic compaction snapshot callback.