Package org.jgroups.protocols
Class COUNTER.ReconcileResponse
- All Implemented Interfaces:
Streamable
- Enclosing class:
COUNTER
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedReconcileResponse(String[] names, long[] values, long[] versions) -
Method Summary
Modifier and TypeMethodDescription(package private) voidvoidRead 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.Methods inherited from class org.jgroups.protocols.COUNTER.Response
getOwner
-
Field Details
-
names
-
values
protected long[] values -
versions
protected long[] versions
-
-
Constructor Details
-
ReconcileResponse
protected ReconcileResponse() -
ReconcileResponse
-
-
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- Overrides:
writeToin classCOUNTER.Response<Void>- 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- Overrides:
readFromin classCOUNTER.Response<Void>- Throws:
IOException
-
toString
-
getResponseType
- Specified by:
getResponseTypein classCOUNTER.Response<Void>
-
complete
- Specified by:
completein classCOUNTER.Response<Void>
-