Package org.jgroups.protocols
Class COUNTER.Response<T>
java.lang.Object
org.jgroups.protocols.COUNTER.Response<T>
- All Implemented Interfaces:
Streamable
- Direct Known Subclasses:
COUNTER.ExceptionResponse,COUNTER.ReconcileResponse,COUNTER.UpdateFunctionResponse,COUNTER.ValueResponse
- Enclosing class:
COUNTER
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract voidcomplete(COUNTER.RequestCompletableFuture<T> completableFuture) (package private) final OwnergetOwner()(package private) abstract COUNTER.ResponseTypevoidRead the state of the current object (including superclasses) from instream Note that the input stream must not be closedvoidwriteTo(DataOutput out) Write the entire state of the current object (including superclasses) to outstream.
-
Field Details
-
owner
-
-
Constructor Details
-
Response
Response() -
Response
Response(Owner owner)
-
-
Method Details
-
getResponseType
-
complete
-
getOwner
-
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:
IOExceptionClassNotFoundException
-