| Package | Description |
|---|---|
| org.gridgain.grid.compute.gridify.aop |
Contains common classes for different AOP providers.
|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.cache.datastructures | |
| org.gridgain.grid.kernal.processors.closure |
TODO.
|
| org.gridgain.grid.kernal.processors.streamer.task | |
| org.gridgain.grid.util |
System-wide utility routine and helper classes.
|
| org.gridgain.grid.util.lang |
| Modifier and Type | Class and Description |
|---|---|
class |
GridifyDefaultRangeTask
Default gridify task which simply executes a method on remote node.
|
class |
GridifyDefaultTask
Default gridify task which simply executes a method on remote node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheTxEntry<K,V>
Transaction entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheAtomicReferenceValue<T>
Atomic reference value.
|
class |
GridCacheAtomicStampedValue<T,S>
Atomic stamped value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridPeerDeployAwareTaskAdapter<T,R>
Peer deployment aware task adapter.
|
| Constructor and Description |
|---|
GridPeerDeployAwareTaskAdapter(GridPeerDeployAware pda)
Constructor that receives deployment information for task.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridStreamerBroadcastTask
Streamer broadcast task.
|
class |
GridStreamerQueryTask<R>
Streamer query task.
|
class |
GridStreamerReduceTask<R1,R2>
Streamer query task.
|
| Modifier and Type | Method and Description |
|---|---|
static GridPeerDeployAware |
GridUtils.detectPeerDeployAware(GridPeerDeployAware obj)
Unwraps top level user class for wrapped objects.
|
static GridPeerDeployAware |
GridUtils.peerDeployAware(Object obj)
Creates an instance of
GridPeerDeployAware for object. |
static GridPeerDeployAware |
GridUtils.peerDeployAware0(Iterable<?> c)
Gets the peer deploy aware instance for the object with the widest class loader.
|
static GridPeerDeployAware |
GridUtils.peerDeployAware0(Object... c)
Gets the peer deploy aware instance for the object with the widest class loader.
|
static GridPeerDeployAware |
GridUtils.peerDeployAware0(Object obj)
Creates an instance of
GridPeerDeployAware for object. |
| Modifier and Type | Method and Description |
|---|---|
static GridPeerDeployAware |
GridUtils.detectPeerDeployAware(GridPeerDeployAware obj)
Unwraps top level user class for wrapped objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridComputeJobWrapper
Convenient wrapper for grid job.
|
class |
GridPeerDeployAwareAdapter
Adapter for common interfaces in closures, reducers and predicates.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridPeerDeployAware |
GridPeerDeployAwareAdapter.pda
Peer deploy aware class.
|
Copyright © 2014. All rights reserved.