| Package | Description |
|---|---|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.kernal.processors.cache |
| Modifier and Type | Method and Description |
|---|---|
static GridCacheTxState |
GridCacheTxState.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
GridCacheTxState |
GridCacheTx.state()
Gets current transaction state value.
|
static GridCacheTxState |
GridCacheTxState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCacheTxState[] |
GridCacheTxState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheTxSynchronization.onStateChanged(GridCacheTxState prevState,
GridCacheTxState newState,
GridCacheTx tx)
State change callback for transaction.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheTxState |
GridCacheTxAdapter.state()
Gets current transaction state value.
|
GridCacheTxState |
GridCacheTxProxyImpl.state()
Gets current transaction state value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheTxManager.onTxStateChange(GridCacheTxState prevState,
GridCacheTxState newState,
GridCacheTx tx) |
boolean |
GridCacheTxAdapter.state(GridCacheTxState state) |
boolean |
GridCacheTxEx.state(GridCacheTxState state) |
Copyright © 2014. All rights reserved.