| Modifier and Type | Method and Description |
|---|---|
abstract GridCacheTxLocalAdapter<K,V> |
GridCacheAdapter.newTx(boolean implicit,
boolean implicitSingle,
GridCacheTxConcurrency concurrency,
GridCacheTxIsolation isolation,
long timeout,
boolean invalidate,
boolean syncCommit,
boolean syncRollback,
boolean swapOrOffheapEnabled,
boolean storeEnabled,
int txSize,
Object grpLockKey,
boolean partLock) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> GridFuture<T> |
GridCacheAdapter.asyncOp(GridCacheTxLocalAdapter<K,V> tx,
GridCacheAdapter.AsyncOp<T> op) |
abstract GridFuture<T> |
GridCacheAdapter.AsyncOp.op(GridCacheTxLocalAdapter<K,V> tx) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtTxLocal<K,V>
Replicated user transaction.
|
class |
GridDhtTxLocalAdapter<K,V>
Replicated user transaction.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheTxLocalAdapter<K,V> |
GridDhtCacheAdapter.newTx(boolean implicit,
boolean implicitSingle,
GridCacheTxConcurrency concurrency,
GridCacheTxIsolation isolation,
long timeout,
boolean invalidate,
boolean syncCommit,
boolean syncRollback,
boolean swapOrOffheapEnabled,
boolean storeEnabled,
int txSize,
Object grpLockKey,
boolean partLock) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheTxLocalAdapter<K,V> |
GridDhtAtomicCache.newTx(boolean implicit,
boolean implicitSingle,
GridCacheTxConcurrency concurrency,
GridCacheTxIsolation isolation,
long timeout,
boolean invalidate,
boolean syncCommit,
boolean syncRollback,
boolean swapOrOffheapEnabled,
boolean storeEnabled,
int txSize,
Object grpLockKey,
boolean partLock) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtColocatedTxLocal<K,V>
Colocated transaction.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheTxLocalAdapter<K,V> |
GridDhtColocatedCache.newTx(boolean implicit,
boolean implicitSingle,
GridCacheTxConcurrency concurrency,
GridCacheTxIsolation isolation,
long timeout,
boolean invalidate,
boolean syncCommit,
boolean syncRollback,
boolean swapOrOffheapEnabled,
boolean storeEnabled,
int txSize,
Object grpLockKey,
boolean partLock) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheTxLocalAdapter<K,V> |
GridNearTransactionalCache.newTx(boolean implicit,
boolean implicitSingle,
GridCacheTxConcurrency concurrency,
GridCacheTxIsolation isolation,
long timeout,
boolean invalidate,
boolean syncCommit,
boolean syncRollback,
boolean swapOrOffheapEnabled,
boolean storeEnabled,
int txSize,
Object grpLockKey,
boolean partLock) |
GridCacheTxLocalAdapter<K,V> |
GridNearAtomicCache.newTx(boolean implicit,
boolean implicitSingle,
GridCacheTxConcurrency concurrency,
GridCacheTxIsolation isolation,
long timeout,
boolean invalidate,
boolean syncCommit,
boolean syncRollback,
boolean swapOrOffheapEnabled,
boolean storeEnabled,
int txSize,
Object grpLockKey,
boolean partLock) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheTxLocalAdapter<K,V> |
GridLocalCache.newTx(boolean implicit,
boolean implicitSingle,
GridCacheTxConcurrency concurrency,
GridCacheTxIsolation isolation,
long timeout,
boolean invalidate,
boolean syncCommit,
boolean syncRollback,
boolean swapOrOffheapEnabled,
boolean storeEnabled,
int txSize,
Object grpLockKey,
boolean partLock) |
| Modifier and Type | Method and Description |
|---|---|
GridCacheTxLocalAdapter<K,V> |
GridLocalAtomicCache.newTx(boolean implicit,
boolean implicitSingle,
GridCacheTxConcurrency concurrency,
GridCacheTxIsolation isolation,
long timeout,
boolean invalidate,
boolean syncCommit,
boolean syncRollback,
boolean swapOrOffheapEnabled,
boolean storeEnabled,
int txSize,
Object grpLockKey,
boolean partLock) |
Copyright © 2014. All rights reserved.