Uses of Enum Class
org.jgroups.raft.blocks.CounterService.Command
Packages that use CounterService.Command
-
Uses of CounterService.Command in org.jgroups.raft.blocks
Subclasses with type arguments of type CounterService.Command in org.jgroups.raft.blocksMethods in org.jgroups.raft.blocks that return CounterService.CommandModifier and TypeMethodDescriptionstatic CounterService.CommandReturns the enum constant of this class with the specified name.static CounterService.Command[]CounterService.Command.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jgroups.raft.blocks with parameters of type CounterService.CommandModifier and TypeMethodDescriptionprotected CompletionStage<Void> CounterService.invokeAsync(CounterService.Command command, org.jgroups.util.AsciiString name, long arg) protected CompletionStage<Long> CounterService.invokeAsyncAndGet(CounterService.Command command, org.jgroups.util.AsciiString name, Options opts) protected static StringCounterService.print(CounterService.Command command, String name, int num_args, DataInput in)