Uses of Enum
org.jgroups.protocols.raft.InternalCommand.Type
Packages that use InternalCommand.Type
-
Uses of InternalCommand.Type in org.jgroups.protocols.raft
Fields 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 type with the specified name.static InternalCommand.Type[]InternalCommand.Type.values()Returns an array containing the constants of this enum type, 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