Uses of Package
org.opendaylight.controller.cluster.access.commands
Packages that use org.opendaylight.controller.cluster.access.commands
Package
Description
This package defines the messages used to interact with the CDS backend implementation.
-
Classes in org.opendaylight.controller.cluster.access.commands used by org.opendaylight.controller.cluster.access.commandsClassDescriptionAbstract base class for
Request
s involving specific transactions local to a member node.Abstract base class forTransactionRequest
s accessing data as visible in the isolated context of a particular transaction.Abstract base class forTransactionRequest
s accessing transaction state without modifying it.ARequestFailure
reported whenConnectClientRequest
fails.Request to connect a frontend instance to the backend.Successful reply to anConnectClientRequest
.Request to create a new local history.Request to destroy a local history.A transaction request to query if a particular path exists in the current view of a particular transaction.Successful reply to anExistsTransactionRequest
.A blank transaction request.Successful reply to anIncrementTransactionSequenceRequest
.GenericRequestFailure
involving aLocalHistoryRequest
.Abstract base class forRequest
s involving specific local history.Success class forRequestSuccess
es involving a specific local history.A transaction request to apply a particular set of operations on top of the current transaction.Response to aModifyTransactionRequest
which does not have aPersistenceProtocol
.Enumeration of transaction persistence protocols.Request to purge a local history.A transaction request to read a particular path exists in the current view of a particular transaction.Successful reply to anReadTransactionRequest
.Request to skip a number ofTransactionIdentifier
s within a {code local history}.Successful reply to aSkipTransactionsRequest
.A transaction request to perform the abort step of the three-phase commit protocol.Successful reply to a coordinated commit request initiated by aModifyTransactionRequest
orCommitLocalTransactionRequest
.Successful reply to a coordinated commit request initiated by aModifyTransactionRequest
orCommitLocalTransactionRequest
.Successful reply to a coordinated commit request.ATransactionModification
which has a data component.A transaction request to perform the final, doCommit, step of the three-phase commit protocol.GenericRequestFailure
involving aTransactionRequest
.An individual modification of a transaction's state.A transaction request to perform the second, preCommit, step of the three-phase commit protocol.Successful reply to aTransactionPreCommitRequest
.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.Successful reply to aTransactionPurgeRequest
.Abstract base class forRequest
s involving specific transaction.Abstract base class forRequestSuccess
es involving specific transaction.