Uses of Enum Class
io.permazen.kv.raft.Consistency
Packages that use Consistency
Package
Description
A distributed
KVDatabase
based on the Raft consensus algorithm.Raft-related CLI
Command
s.-
Uses of Consistency in io.permazen.kv.raft
Methods in io.permazen.kv.raft that return ConsistencyModifier and TypeMethodDescriptionRaftKVTransaction.getConsistency()
Get the consistency level for this transaction.static Consistency
Returns the enum constant of this class with the specified name.static Consistency[]
Consistency.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.permazen.kv.raft with parameters of type ConsistencyModifier and TypeMethodDescriptionRaftKVDatabase.createTransaction
(Consistency consistency) Create a new transaction with the specified consistency.RaftKVDatabase.createTransaction
(Consistency consistency, boolean highPriority) Create a new transaction with the specified consistency and with optional high priority. -
Uses of Consistency in io.permazen.kv.raft.cmd
Methods in io.permazen.kv.raft.cmd that return ConsistencyModifier and TypeMethodDescriptionprotected Consistency
AbstractTransactionRaftCommand.RaftTransactionAction.getConsistency()