Uses of Class
org.opendaylight.controller.cluster.access.concepts.Response
-
Packages that use Response Package Description org.opendaylight.controller.cluster.access.client This package contains the baseline client infrastructure required to implement clients accessing the data store.org.opendaylight.controller.cluster.access.commands This package defines the messages used to interact with the CDS backend implementation.org.opendaylight.controller.cluster.access.concepts This package defines basic concepts used to interact with the CDS backend implementation. -
-
Uses of Response in org.opendaylight.controller.cluster.access.client
Methods in org.opendaylight.controller.cluster.access.client that return types with arguments of type Response Modifier and Type Method Description Consumer<Response<?,?>>
ConnectionEntry. getCallback()
Methods in org.opendaylight.controller.cluster.access.client with parameters of type Response Modifier and Type Method Description void
ConnectionEntry. complete(Response<?,?> response)
Method parameters in org.opendaylight.controller.cluster.access.client with type arguments of type Response Modifier and Type Method Description void
AbstractClientConnection. enqueueRequest(Request<?,?> request, Consumer<Response<?,?>> callback, long enqueuedTicks)
Send a request to the backend and invoke a specified callback when it finishes.void
AbstractClientConnection. sendRequest(Request<?,?> request, Consumer<Response<?,?>> callback)
Send a request to the backend and invoke a specified callback when it finishes. -
Uses of Response in org.opendaylight.controller.cluster.access.commands
-
Uses of Response in org.opendaylight.controller.cluster.access.concepts
Classes in org.opendaylight.controller.cluster.access.concepts with type parameters of type Response Modifier and Type Class Description class
Response<T extends WritableIdentifier,C extends Response<T,C>>
Abstract counterpart to aRequest
.class
ResponseEnvelope<T extends Response<?,?>>
Subclasses of Response in org.opendaylight.controller.cluster.access.concepts Modifier and Type Class Description class
RequestFailure<T extends WritableIdentifier,C extends RequestFailure<T,C>>
A failure response to aRequest
.class
RequestSuccess<T extends WritableIdentifier,C extends RequestSuccess<T,C>>
A successful reply to aRequest
.
-