Package | Description |
---|---|
org.opendaylight.controller.cluster.access.commands |
This package defines the messages used to interact with the CDS backend implementation.
|
org.opendaylight.controller.cluster.access.concepts |
This package defines basic concepts used to interact with the CDS backend implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbortLocalTransactionRequest
Request to abort a local transaction.
|
class |
AbstractLocalTransactionRequest<T extends AbstractLocalTransactionRequest<T>>
Abstract base class for
Request s involving specific transactions local to a member node. |
class |
AbstractReadPathTransactionRequest<T extends AbstractReadPathTransactionRequest<T>>
Abstract base class for
TransactionRequest s accessing data as visible in the isolated context of a particular
transaction. |
class |
AbstractReadTransactionRequest<T extends AbstractReadTransactionRequest<T>>
Abstract base class for
TransactionRequest s accessing transaction state without modifying it. |
class |
CommitLocalTransactionRequest
Request to commit a local transaction.
|
class |
ConnectClientFailure
A
RequestFailure reported when ConnectClientRequest fails. |
class |
ConnectClientRequest
Request to connect a frontend instance to the backend.
|
class |
ConnectClientSuccess
Successful reply to an
ConnectClientRequest . |
class |
CreateLocalHistoryRequest
Request to create a new local history.
|
class |
DestroyLocalHistoryRequest
Request to destroy a local history.
|
class |
ExistsTransactionRequest
A transaction request to query if a particular path exists in the current view of a particular transaction.
|
class |
ExistsTransactionSuccess
Successful reply to an
ExistsTransactionRequest . |
class |
IncrementTransactionSequenceRequest
A blank transaction request.
|
class |
IncrementTransactionSequenceSuccess
Successful reply to an
IncrementTransactionSequenceRequest . |
class |
LocalHistoryFailure
Generic
RequestFailure involving a LocalHistoryRequest . |
class |
LocalHistoryRequest<T extends LocalHistoryRequest<T>>
Abstract base class for
Request s involving specific local history. |
class |
LocalHistorySuccess
Success class for
RequestSuccess es involving a specific local history. |
class |
ModifyTransactionRequest
A transaction request to apply a particular set of operations on top of the current transaction.
|
class |
ModifyTransactionSuccess
Response to a
ModifyTransactionRequest which does not have a PersistenceProtocol . |
class |
PurgeLocalHistoryRequest
Request to purge a local history.
|
class |
ReadTransactionRequest
A transaction request to read a particular path exists in the current view of a particular transaction.
|
class |
ReadTransactionSuccess
Successful reply to an
ReadTransactionRequest . |
class |
TransactionAbortRequest
A transaction request to perform the abort step of the three-phase commit protocol.
|
class |
TransactionAbortSuccess
Successful reply to a coordinated commit request initiated by a
ModifyTransactionRequest
or CommitLocalTransactionRequest . |
class |
TransactionCanCommitSuccess
Successful reply to a coordinated commit request initiated by a
ModifyTransactionRequest
or CommitLocalTransactionRequest . |
class |
TransactionCommitSuccess
Successful reply to a coordinated commit request.
|
class |
TransactionDoCommitRequest
A transaction request to perform the final, doCommit, step of the three-phase commit protocol.
|
class |
TransactionFailure
Generic
RequestFailure involving a TransactionRequest . |
class |
TransactionPreCommitRequest
A transaction request to perform the second, preCommit, step of the three-phase commit protocol.
|
class |
TransactionPreCommitSuccess
Successful reply to a
TransactionPreCommitRequest . |
class |
TransactionPurgeRequest
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.
|
class |
TransactionPurgeResponse
Successful reply to a
TransactionPurgeRequest . |
class |
TransactionRequest<T extends TransactionRequest<T>>
Abstract base class for
Request s involving specific transaction. |
class |
TransactionSuccess<T extends TransactionSuccess<T>>
Abstract base class for
RequestSuccess es involving specific transaction. |
Modifier and Type | Class and Description |
---|---|
class |
Envelope<T extends Message<?,?>> |
class |
Message<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends Message<T,C>>
An abstract concept of a Message.
|
Modifier and Type | Class and Description |
---|---|
class |
Request<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends Request<T,C>>
A request message concept.
|
class |
RequestFailure<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends RequestFailure<T,C>>
A failure response to a
Request . |
class |
RequestSuccess<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends RequestSuccess<T,C>>
A successful reply to a
Request . |
class |
Response<T extends org.opendaylight.yangtools.concepts.WritableIdentifier,C extends Response<T,C>>
Abstract counterpart to a
Request . |
Copyright © 2019 OpenDaylight. All rights reserved.