Package org.jgroups.protocols
Interface COUNTER.Request
-
- All Superinterfaces:
Streamable
- All Known Implementing Classes:
COUNTER.AddAndGetRequest,COUNTER.CompareAndSetRequest,COUNTER.DeleteRequest,COUNTER.GetOrCreateRequest,COUNTER.ReconcileRequest,COUNTER.ResendPendingRequests,COUNTER.SetRequest,COUNTER.SimpleRequest,COUNTER.UpdateRequest
- Enclosing class:
- COUNTER
protected static interface COUNTER.Request extends Streamable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(COUNTER protocol, Address sender)java.lang.StringgetCounterName()COUNTER.RequestTypegetRequestType()-
Methods inherited from interface org.jgroups.util.Streamable
readFrom, writeTo
-
-
-
-
Method Detail
-
getCounterName
java.lang.String getCounterName()
-
getRequestType
COUNTER.RequestType getRequestType()
-
-