Uses of Enum
org.jgroups.raft.blocks.CounterService.Command
Packages that use CounterService.Command
-
Uses of CounterService.Command in org.jgroups.raft.blocks
Methods in org.jgroups.raft.blocks that return CounterService.CommandModifier and TypeMethodDescriptionstatic CounterService.CommandReturns the enum constant of this type with the specified name.static CounterService.Command[]CounterService.Command.values()Returns an array containing the constants of this enum type, 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)