Uses of Class
io.permazen.kv.raft.Consistency
-
Packages that use Consistency Package Description io.permazen.kv.raft A distributedKVDatabase
based on the Raft consensus algorithm.io.permazen.kv.raft.cmd Raft-related CLICommand
s. -
-
Uses of Consistency in io.permazen.kv.raft
Methods in io.permazen.kv.raft that return Consistency Modifier and Type Method Description Consistency
RaftKVTransaction. getConsistency()
Get the consistency level for this transaction.static Consistency
Consistency. valueOf(String name)
Returns the enum constant of this type with the specified name.static Consistency[]
Consistency. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.permazen.kv.raft with parameters of type Consistency Modifier and Type Method Description RaftKVTransaction
RaftKVDatabase. createTransaction(Consistency consistency)
Create a new transaction with the specified consistency.RaftKVTransaction
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 Consistency Modifier and Type Method Description protected Consistency
AbstractTransactionRaftCommand.RaftTransactionAction. getConsistency()
-