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 class
Successful reply to anConnectClientRequest
.final class
Successful reply to anExistsTransactionRequest
.final class
Successful reply to anIncrementTransactionSequenceRequest
.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
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 RequestSuccess in org.opendaylight.controller.cluster.access.concepts
Classes in org.opendaylight.controller.cluster.access.concepts with type parameters of type RequestSuccessModifier and TypeClassDescriptionclass
RequestSuccess<T extends WritableIdentifier,
C extends RequestSuccess<T, C>> A successful reply to aRequest
.protected static interface
RequestSuccess.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.void
RequestEnvelope.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)