Uses of Class
org.opendaylight.controller.cluster.access.concepts.Response
Packages that use Response
Package
Description
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.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 TypeClassDescriptionclassAbstract counterpart to aRequest.protected static interfaceResponse.SerialForm<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends Response<T, C>> classResponseEnvelope<T extends Response<?,?>> Subclasses of Response in org.opendaylight.controller.cluster.access.conceptsModifier and TypeClassDescriptionclassRequestFailure<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends RequestFailure<T, C>> A failure response to aRequest.classRequestSuccess<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends RequestSuccess<T, C>> A successful reply to aRequest.