| Package | Description |
|---|---|
| io.atomix.core.transaction |
Interfaces for managing distributed primitive transactions.
|
| Modifier and Type | Method and Description |
|---|---|
Isolation |
TransactionConfig.getIsolation()
Returns the transaction isolation level.
|
Isolation |
Transaction.isolation()
Returns the transaction isolation level.
|
Isolation |
AsyncTransaction.isolation()
Returns the transaction isolation level.
|
static Isolation |
Isolation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Isolation[] |
Isolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionConfig |
TransactionConfig.setIsolation(Isolation isolation)
Sets the transaction isolation level.
|
TransactionBuilder |
TransactionBuilder.withIsolation(Isolation isolation)
Sets the transaction isolation level.
|
Copyright © 2013–2018. All rights reserved.