Uses of Class
org.opendaylight.controller.cluster.access.concepts.RequestSuccess
Packages that use RequestSuccess
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 RequestSuccess in org.opendaylight.controller.cluster.access.commands
Subclasses of RequestSuccess in org.opendaylight.controller.cluster.access.commandsModifier and TypeClassDescriptionfinal classSuccessful reply to anConnectClientRequest.final classSuccessful reply to anExistsTransactionRequest.final classSuccessful reply to anIncrementTransactionSequenceRequest.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 classSuccessful reply to aTransactionPreCommitRequest.final classSuccessful reply to aTransactionPurgeRequest.classTransactionSuccess<T extends TransactionSuccess<T>>Abstract base class forRequestSuccesses involving specific transaction. -
Uses of RequestSuccess in org.opendaylight.controller.cluster.access.concepts
Classes in org.opendaylight.controller.cluster.access.concepts with type parameters of type RequestSuccessModifier and TypeClassDescriptionclassRequestSuccess<T extends WritableIdentifier,C extends RequestSuccess<T, C>> A successful reply to aRequest.protected static interfaceRequestSuccess.SerialForm<T extends WritableIdentifier,C extends RequestSuccess<T, C>> Methods in org.opendaylight.controller.cluster.access.concepts with parameters of type RequestSuccessModifier and TypeMethodDescriptionRequestEnvelope.newSuccessEnvelope(RequestSuccess<?, ?> success, long executionTimeNanos) Creates a successful ResponseEnvelope that wraps the given successful Request response message.voidRequestEnvelope.sendSuccess(RequestSuccess<?, ?> success, long executionTimeNanos) Respond to this envelope with aRequestSuccess.Constructors in org.opendaylight.controller.cluster.access.concepts with parameters of type RequestSuccessModifierConstructorDescriptionSuccessEnvelope(RequestSuccess<?, ?> message, long sessionId, long txSequence, long executionTimeNanos)