Package org.jgroups.protocols
Class COUNTER.ReconcileRequest
java.lang.Object
org.jgroups.protocols.COUNTER.ReconcileRequest
- All Implemented Interfaces:
COUNTER.Request,Streamable
- Enclosing class:
COUNTER
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedReconcileRequest(String[] names, long[] values, long[] versions) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidRead the state of the current object (including superclasses) from instream Note that the input stream must not be closedtoString()voidwriteTo(DataOutput out) Write the entire state of the current object (including superclasses) to outstream.
-
Field Details
-
names
-
values
protected long[] values -
versions
protected long[] versions
-
-
Constructor Details
-
ReconcileRequest
protected ReconcileRequest() -
ReconcileRequest
-
-
Method Details
-
writeTo
Description copied from interface:StreamableWrite the entire state of the current object (including superclasses) to outstream. Note that the output stream must not be closed- Specified by:
writeToin interfaceStreamable- Throws:
IOException
-
readFrom
Description copied from interface:StreamableRead the state of the current object (including superclasses) from instream Note that the input stream must not be closed- Specified by:
readFromin interfaceStreamable- Throws:
IOException
-
toString
-
getCounterName
- Specified by:
getCounterNamein interfaceCOUNTER.Request
-
getRequestType
- Specified by:
getRequestTypein interfaceCOUNTER.Request
-
execute
- Specified by:
executein interfaceCOUNTER.Request
-