| Interface | Description |
|---|---|
| CommitInfo |
Base interface for tagging information about a successful commit.
|
| PostCanCommitStep |
User implementation of steps following can-commit in three phase protocol.
|
| PostPreCommitStep |
User implementation of steps following pre-commit from Three-Phase Protocol.
|
| ThreePhaseCommitStep |
Common interface for implementing three-phase commit steps.
|
| Enum | Description |
|---|---|
| LogicalDatastoreType |
The concept of a logical data store, similar to RFC8342.
|
| Exception | Description |
|---|---|
| DataStoreUnavailableException |
This exception occurs if the datastore is temporarily unavailable.
|
| DataValidationFailedException |
Failure of asynchronous transaction commit caused by invalid data.
|
| OptimisticLockFailedException |
Failure of asynchronous transaction commit caused by failure
of optimistic locking.
|
| ReadFailedException |
An exception for a failed read.
|
| TransactionCommitDeadlockException |
A type of TransactionCommitFailedException that indicates a situation that would result in a
threading deadlock.
|
| TransactionCommitFailedException |
Failed commit of asynchronous transaction.
|
Copyright © 2019 OpenDaylight. All rights reserved.