| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheTxEx<K,V>
Transaction managed by cache (
'Ex' stands for external). |
interface |
GridCacheTxLocalEx<K,V>
Local transaction API.
|
interface |
GridCacheTxRemoteEx<K,V>
Local transaction API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheTxAdapter<K,V>
Managed transaction adapter.
|
class |
GridCacheTxLocalAdapter<K,V>
Transaction adapter for cache transactions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDistributedTxRemoteAdapter<K,V>
Transaction created by system implicitly on remote nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtTxLocal<K,V>
Replicated user transaction.
|
class |
GridDhtTxLocalAdapter<K,V>
Replicated user transaction.
|
class |
GridDhtTxRemote<K,V>
Transaction created by system implicitly on remote nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtColocatedTxLocal<K,V>
Colocated transaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridNearTxRemote<K,V>
Transaction created by system implicitly on remote nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheDistributedFieldsQueryFuture
Distributed fields query future.
|
class |
GridCacheDistributedQueryFuture<K,V,R>
Distributed query future.
|
class |
GridCacheLocalFieldsQueryFuture
Local fields query future.
|
class |
GridCacheLocalQueryFuture<K,V,R>
Local query future.
|
class |
GridCacheQueryFutureAdapter<K,V,R>
Query future adapter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridJobWorker
Job worker.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridTimeoutObjectAdapter
Default implementation for
GridTimeoutObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
GridTimeoutProcessor.addTimeoutObject(GridTimeoutObject timeoutObj) |
void |
GridTimeoutProcessor.removeTimeoutObject(GridTimeoutObject timeoutObj) |
Copyright © 2014. All rights reserved.