Uses of Class
io.microraft.QueryPolicy
-
Packages that use QueryPolicy Package Description io.microraft -
-
Uses of QueryPolicy in io.microraft
Methods in io.microraft that return QueryPolicy Modifier and Type Method Description static QueryPolicy
QueryPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryPolicy[]
QueryPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.microraft with parameters of type QueryPolicy Modifier and Type Method Description <T> CompletableFuture<Ordered<T>>
RaftNode. query(Object operation, QueryPolicy queryPolicy, long minCommitIndex)
Executes the given query operation based on the given query policy.
-