Uses of Enum
org.jgroups.protocols.COUNTER.ResponseType
Packages that use COUNTER.ResponseType
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of COUNTER.ResponseType in org.jgroups.protocols
Fields in org.jgroups.protocols declared as COUNTER.ResponseTypeModifier and TypeFieldDescriptionprivate static final COUNTER.ResponseType[]COUNTER.RESPONSE_TYPES_CACHEDMethods in org.jgroups.protocols that return COUNTER.ResponseTypeModifier and TypeMethodDescriptionCOUNTER.ExceptionResponse.getResponseType()COUNTER.ReconcileResponse.getResponseType()(package private) abstract COUNTER.ResponseTypeCOUNTER.Response.getResponseType()COUNTER.UpdateFunctionResponse.getResponseType()COUNTER.ValueResponse.getResponseType()static COUNTER.ResponseTypeReturns the enum constant of this type with the specified name.static COUNTER.ResponseType[]COUNTER.ResponseType.values()Returns an array containing the constants of this enum type, in the order they are declared.