Uses of Enum
org.jgroups.protocols.COUNTER.RequestType
Packages that use COUNTER.RequestType
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of COUNTER.RequestType in org.jgroups.protocols
Fields in org.jgroups.protocols declared as COUNTER.RequestTypeModifier and TypeFieldDescriptionprivate static final COUNTER.RequestType[]COUNTER.REQUEST_TYPES_CACHEDMethods in org.jgroups.protocols that return COUNTER.RequestTypeModifier and TypeMethodDescriptionCOUNTER.AddAndGetRequest.getRequestType()COUNTER.CompareAndSetRequest.getRequestType()COUNTER.DeleteRequest.getRequestType()COUNTER.GetOrCreateRequest.getRequestType()COUNTER.ReconcileRequest.getRequestType()COUNTER.Request.getRequestType()COUNTER.ResendPendingRequests.getRequestType()COUNTER.SetRequest.getRequestType()COUNTER.UpdateFunctionRequest.getRequestType()COUNTER.UpdateRequest.getRequestType()static COUNTER.RequestTypeReturns the enum constant of this type with the specified name.static COUNTER.RequestType[]COUNTER.RequestType.values()Returns an array containing the constants of this enum type, in the order they are declared.