Uses of Class
org.opendaylight.controller.cluster.access.concepts.Message
Packages that use Message
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 Message in org.opendaylight.controller.cluster.access.commands
Subclasses of Message in org.opendaylight.controller.cluster.access.commandsModifier and TypeClassDescriptionfinal class
Request to abort a local transaction.class
Abstract base class forRequest
s involving specific transactions local to a member node.class
Abstract base class forTransactionRequest
s accessing data as visible in the isolated context of a particular transaction.class
AbstractReadTransactionRequest<T extends AbstractReadTransactionRequest<T>>
Abstract base class forTransactionRequest
s accessing transaction state without modifying it.final class
Request to commit a local transaction.final class
ARequestFailure
reported whenConnectClientRequest
fails.final class
Request to connect a frontend instance to the backend.final class
Successful reply to anConnectClientRequest
.final class
Request to create a new local history.final class
Request to destroy a local history.final class
A transaction request to query if a particular path exists in the current view of a particular transaction.final class
Successful reply to anExistsTransactionRequest
.final class
A blank transaction request.final class
Successful reply to anIncrementTransactionSequenceRequest
.final class
GenericRequestFailure
involving aLocalHistoryRequest
.class
LocalHistoryRequest<T extends LocalHistoryRequest<T>>
Abstract base class forRequest
s involving specific local history.final class
Success class forRequestSuccess
es involving a specific local history.final class
A transaction request to apply a particular set of operations on top of the current transaction.final class
Response to aModifyTransactionRequest
which does not have aPersistenceProtocol
.final class
Request to purge a local history.final class
A transaction request to read a particular path exists in the current view of a particular transaction.final class
Successful reply to anReadTransactionRequest
.final class
Request to skip a number ofTransactionIdentifier
s within a {code local history}.final class
Successful reply to aSkipTransactionsRequest
.final class
A transaction request to perform the abort step of the three-phase commit protocol.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
A transaction request to perform the final, doCommit, step of the three-phase commit protocol.final class
GenericRequestFailure
involving aTransactionRequest
.final class
A transaction request to perform the second, preCommit, step of the three-phase commit protocol.final class
Successful reply to aTransactionPreCommitRequest
.final class
A transaction request to perform the final transaction transition, which is purging it from the protocol view, meaning the frontend has no further knowledge of the transaction.final class
Successful reply to aTransactionPurgeRequest
.class
TransactionRequest<T extends TransactionRequest<T>>
Abstract base class forRequest
s involving specific transaction.class
TransactionSuccess<T extends TransactionSuccess<T>>
Abstract base class forRequestSuccess
es involving specific transaction. -
Uses of Message in org.opendaylight.controller.cluster.access.concepts
Classes in org.opendaylight.controller.cluster.access.concepts with type parameters of type MessageModifier and TypeClassDescriptionclass
class
Message<T extends WritableIdentifier,
C extends Message<T, C>> An abstract concept of a Message.protected static interface
Message.SerialForm<T extends WritableIdentifier,
C extends Message<T, C>> Externalizable proxy for use withMessage
subclasses.Subclasses of Message in org.opendaylight.controller.cluster.access.conceptsModifier and TypeClassDescriptionclass
Request<T extends WritableIdentifier,
C extends Request<T, C>> A request message concept.class
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
.class
Response<T extends WritableIdentifier,
C extends Response<T, C>> Abstract counterpart to aRequest
.