| Package | Description |
|---|---|
| io.atomix.core.transaction |
Interfaces for managing distributed primitive transactions.
|
| Modifier and Type | Method and Description |
|---|---|
CommitStatus |
Transaction.commit()
Commits a transaction that was previously started thereby making its changes permanent
and externally visible.
|
static CommitStatus |
CommitStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitStatus[] |
CommitStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CommitStatus> |
AsyncTransaction.commit()
Commits a transaction that was previously started thereby making its changes permanent
and externally visible.
|
Copyright © 2013–2018. All rights reserved.