Package org.jgroups.protocols
Class COUNTER.ResendPendingRequests
java.lang.Object
org.jgroups.protocols.COUNTER.ResendPendingRequests
- All Implemented Interfaces:
COUNTER.Request,Streamable
- Enclosing class:
COUNTER
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
ResendPendingRequests
protected ResendPendingRequests()
-
-
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
-