Uses of Class
com.loomcache.server.persistence.RaftMetadataStore
Packages that use RaftMetadataStore
-
Uses of RaftMetadataStore in com.loomcache.server.consensus
Methods in com.loomcache.server.consensus with parameters of type RaftMetadataStoreModifier and TypeMethodDescriptionvoidRaftNode.setMetadataStore(@Nullable RaftMetadataStore store) Set the metadata store for durable Raft state (currentTerm, votedFor).