| AbstractLocalTransactionRequest |
Abstract base class for Requests involving specific transactions local to a member node.
|
| AbstractReadPathTransactionRequest |
Abstract base class for TransactionRequests accessing data as visible in the isolated context of a particular
transaction.
|
| AbstractReadTransactionRequest |
Abstract base class for TransactionRequests accessing transaction state without modifying it.
|
| ConnectClientFailure |
|
| ConnectClientRequest |
Request to connect a frontend instance to the backend.
|
| ConnectClientSuccess |
|
| CreateLocalHistoryRequest |
Request to create a new local history.
|
| DestroyLocalHistoryRequest |
Request to destroy a local history.
|
| ExistsTransactionRequest |
A transaction request to query if a particular path exists in the current view of a particular transaction.
|
| ExistsTransactionSuccess |
|
| IncrementTransactionSequenceRequest |
A blank transaction request.
|
| IncrementTransactionSequenceSuccess |
|
| LocalHistoryFailure |
|
| LocalHistoryRequest |
Abstract base class for Requests involving specific local history.
|
| LocalHistorySuccess |
Success class for RequestSuccesses involving a specific local history.
|
| ModifyTransactionRequest |
A transaction request to apply a particular set of operations on top of the current transaction.
|
| ModifyTransactionSuccess |
|
| PersistenceProtocol |
Enumeration of transaction persistence protocols.
|
| PurgeLocalHistoryRequest |
Request to purge a local history.
|
| ReadTransactionRequest |
A transaction request to read a particular path exists in the current view of a particular transaction.
|
| ReadTransactionSuccess |
|
| SkipTransactionsRequest |
|
| SkipTransactionsResponse |
|
| TransactionAbortRequest |
A transaction request to perform the abort step of the three-phase commit protocol.
|
| TransactionAbortSuccess |
|
| TransactionCanCommitSuccess |
|
| TransactionCommitSuccess |
Successful reply to a coordinated commit request.
|
| TransactionDataModification |
|
| TransactionDoCommitRequest |
A transaction request to perform the final, doCommit, step of the three-phase commit protocol.
|
| TransactionFailure |
|
| TransactionModification |
An individual modification of a transaction's state.
|
| TransactionPreCommitRequest |
A transaction request to perform the second, preCommit, step of the three-phase commit protocol.
|
| TransactionPreCommitSuccess |
|
| 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.
|
| TransactionPurgeResponse |
|
| TransactionRequest |
Abstract base class for Requests involving specific transaction.
|
| TransactionSuccess |
Abstract base class for RequestSuccesses involving specific transaction.
|