Uses of Enum Class
org.jgroups.protocols.raft.CLIENT.RequestType
Packages that use CLIENT.RequestType
-
Uses of CLIENT.RequestType in org.jgroups.protocols.raft
Subclasses with type arguments of type CLIENT.RequestType in org.jgroups.protocols.raftMethods in org.jgroups.protocols.raft that return CLIENT.RequestTypeModifier and TypeMethodDescriptionstatic CLIENT.RequestTypeReturns the enum constant of this class with the specified name.static CLIENT.RequestType[]CLIENT.RequestType.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 CLIENT.RequestTypeModifier and TypeMethodDescriptionprotected voidCLIENT.RequestHandler.send(DataOutput out, CLIENT.RequestType type, int request_id, byte[] buffer, int offset, int length)