| Package | Description |
|---|---|
| io.atomix.core.transaction |
Interfaces for managing distributed primitive transactions.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionLog<T> |
TransactionParticipant.log()
Returns the participant's transaction log.
|
<U> TransactionLog<U> |
TransactionLog.map(Function<T,U> mapper)
Maps this instance to another
MapTransaction with different key and value types. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
Transactional.prepare(TransactionLog<T> transactionLog)
Prepares a transaction for commitment.
|
Copyright © 2013–2018. All rights reserved.