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 voidAbstractClientConnection.enqueueRequest(Request<?, ?> request, Consumer<Response<?, ?>> callback, long enqueuedTicks) Send a request to the backend and invoke a specified callback when it finishes.final voidAbstractClientConnection.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 classARequestFailurereported whenConnectClientRequestfails.final classSuccessful reply to anConnectClientRequest.final classSuccessful reply to anExistsTransactionRequest.final classSuccessful reply to anIncrementTransactionSequenceRequest.final classGenericRequestFailureinvolving aLocalHistoryRequest.final classSuccess class forRequestSuccesses involving a specific local history.final classResponse to aModifyTransactionRequestwhich does not have aPersistenceProtocol.final classSuccessful reply to anReadTransactionRequest.final classSuccessful reply to aSkipTransactionsRequest.final classSuccessful reply to a coordinated commit request initiated by aModifyTransactionRequestorCommitLocalTransactionRequest.final classSuccessful reply to a coordinated commit request initiated by aModifyTransactionRequestorCommitLocalTransactionRequest.final classSuccessful reply to a coordinated commit request.final classGenericRequestFailureinvolving aTransactionRequest.final classSuccessful reply to aTransactionPreCommitRequest.final classSuccessful reply to aTransactionPurgeRequest.classTransactionSuccess<T extends TransactionSuccess<T>>Abstract base class forRequestSuccesses 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 TypeClassDescriptionclassResponse<T extends WritableIdentifier,C extends Response<T, C>> Abstract counterpart to aRequest.protected static interfaceResponse.SerialForm<T extends WritableIdentifier,C extends Response<T, C>> classResponseEnvelope<T extends Response<?,?>> Subclasses of Response in org.opendaylight.controller.cluster.access.conceptsModifier and TypeClassDescriptionclassRequestFailure<T extends WritableIdentifier,C extends RequestFailure<T, C>> A failure response to aRequest.classRequestSuccess<T extends WritableIdentifier,C extends RequestSuccess<T, C>> A successful reply to aRequest.