Uses of Class
org.opendaylight.controller.cluster.access.concepts.Response
Packages that use Response
Package
Description
This package contains the baseline client infrastructure required to implement clients accessing the data store.
This package defines the messages used to interact with the CDS backend implementation.
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 ResponseMethods in org.opendaylight.controller.cluster.access.client with parameters of type ResponseMethod parameters in org.opendaylight.controller.cluster.access.client with type arguments of type ResponseModifier and TypeMethodDescriptionfinal void
AbstractClientConnection.enqueueRequest
(Request<?, ?> request, Consumer<Response<?, ?>> callback, long enqueuedTicks) Send a request to the backend and invoke a specified callback when it finishes.final 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
Subclasses of Response in org.opendaylight.controller.cluster.access.commandsModifier and TypeClassDescriptionfinal class
ARequestFailure
reported whenConnectClientRequest
fails.final class
Successful reply to anConnectClientRequest
.final class
Successful reply to anExistsTransactionRequest
.final class
Successful reply to anIncrementTransactionSequenceRequest
.final class
GenericRequestFailure
involving aLocalHistoryRequest
.final class
Success class forRequestSuccess
es involving a specific local history.final class
Response to aModifyTransactionRequest
which does not have aPersistenceProtocol
.final class
Successful reply to anReadTransactionRequest
.final class
Successful reply to aSkipTransactionsRequest
.final class
Successful reply to a coordinated commit request initiated by aModifyTransactionRequest
orCommitLocalTransactionRequest
.final class
Successful reply to a coordinated commit request initiated by aModifyTransactionRequest
orCommitLocalTransactionRequest
.final class
Successful reply to a coordinated commit request.final class
GenericRequestFailure
involving aTransactionRequest
.final class
Successful reply to aTransactionPreCommitRequest
.final class
Successful reply to aTransactionPurgeRequest
.class
TransactionSuccess<T extends TransactionSuccess<T>>
Abstract base class forRequestSuccess
es involving specific transaction. -
Uses of Response in org.opendaylight.controller.cluster.access.concepts
Classes in org.opendaylight.controller.cluster.access.concepts with type parameters of type ResponseModifier and TypeClassDescriptionclass
Response<T extends WritableIdentifier,
C extends Response<T, C>> Abstract counterpart to aRequest
.protected static interface
Response.SerialForm<T extends WritableIdentifier,
C extends Response<T, C>> class
ResponseEnvelope<T extends Response<?,
?>> Subclasses of Response in org.opendaylight.controller.cluster.access.conceptsModifier and TypeClassDescriptionclass
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
.