Uses of Enum Class
org.jgroups.protocols.raft.InternalCommand.Type
Packages that use InternalCommand.Type
-
Uses of InternalCommand.Type in org.jgroups.protocols.raft
Subclasses with type arguments of type InternalCommand.Type in org.jgroups.protocols.raftFields in org.jgroups.protocols.raft declared as InternalCommand.TypeMethods in org.jgroups.protocols.raft that return InternalCommand.TypeModifier and TypeMethodDescriptionInternalCommand.type()static InternalCommand.TypeReturns the enum constant of this class with the specified name.static InternalCommand.Type[]InternalCommand.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jgroups.protocols.raft with parameters of type InternalCommand.TypeModifier and TypeMethodDescriptionprotected CompletableFuture<byte[]> RAFT.changeMembers(String name, InternalCommand.Type type) Constructors in org.jgroups.protocols.raft with parameters of type InternalCommand.Type