| Interface | Description |
|---|---|
| AbstractTransactionManager.TransactionFactory<T extends CellId> | |
| CommitTimestampLocator |
An behavior that needs to be implemented by transaction managers
to try to locate the possible commit timestamp for a cell.
|
| PostCommitActions | |
| Transaction |
This interface defines the transaction state and behavior exposed to users.
|
| TransactionManager |
Provides the methods to manage transactions (create, commit...)
|
| Class | Description |
|---|---|
| AbstractTransaction<T extends CellId> |
Omid's base abstract implementation of the
Transaction interface. |
| AbstractTransactionManager |
Omid's base abstract implementation of the
TransactionManager interface. |
| Enum | Description |
|---|---|
| AbstractTransaction.VisibilityLevel | |
| Transaction.Status |
| Exception | Description |
|---|---|
| RollbackException | |
| TransactionException | |
| TransactionManagerException |
Copyright © 2011–2020 Apache Software Foundation. All rights reserved.