Uses of Enum
io.microraft.QueryPolicy
Packages that use QueryPolicy
-
Uses of QueryPolicy in io.microraft
Methods in io.microraft that return QueryPolicyModifier and TypeMethodDescriptionstatic QueryPolicyReturns 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 QueryPolicyModifier and TypeMethodDescription<T> CompletableFuture<Ordered<T>>RaftNode.query(Object operation, QueryPolicy queryPolicy, Optional<Long> minCommitIndex, Optional<Duration> timeout) Executes the given query with the given query policy.