| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.cache.distributed.dht | |
| org.gridgain.grid.kernal.processors.cache.distributed.near | |
| org.gridgain.grid.util |
System-wide utility routine and helper classes.
|
| org.gridgain.grid.util.lang | |
| org.gridgain.grid.util.typedef |
Contains typedefs definitions for frequently used classes.
|
| Modifier and Type | Method and Description |
|---|---|
GridFuture<Collection<GridTuple3<String,Boolean,String>>> |
Grid.startNodes(Collection<Map<String,Object>> hosts,
Map<String,Object> dflts,
boolean restart,
int timeout,
int maxConn)
Starts one or more nodes on remote host(s).
|
GridFuture<Collection<GridTuple3<String,Boolean,String>>> |
Grid.startNodes(File file,
boolean restart,
int timeout,
int maxConn)
Starts one or more nodes on remote host(s).
|
| Modifier and Type | Method and Description |
|---|---|
GridFuture<Collection<GridTuple3<String,Boolean,String>>> |
GridKernal.startNodes(Collection<Map<String,Object>> hosts,
Map<String,Object> dflts,
boolean restart,
int timeout,
int maxConn)
Starts one or more nodes on remote host(s).
|
GridFuture<Collection<GridTuple3<String,Boolean,String>>> |
GridKernal.startNodes(File file,
boolean restart,
int timeout,
int maxConn)
Starts one or more nodes on remote host(s).
|
| Modifier and Type | Method and Description |
|---|---|
protected GridTuple3<GridCacheOperation,V,byte[]> |
GridCacheTxAdapter.applyTransformClosures(GridCacheTxEntry<K,V> txEntry,
boolean metrics) |
| Modifier and Type | Method and Description |
|---|---|
GridTuple3<GridCacheVersion,V,byte[]> |
GridDhtCacheEntry.versionedValue(long topVer) |
| Modifier and Type | Method and Description |
|---|---|
GridTuple3<GridCacheVersion,V,byte[]> |
GridNearCacheEntry.versionedValue() |
| Modifier and Type | Method and Description |
|---|---|
Map<K,GridTuple3<GridCacheVersion,V,byte[]>> |
GridNearTxPrepareResponse.ownedValues() |
| Modifier and Type | Method and Description |
|---|---|
static List<GridTuple3<String,Long,File>> |
GridConfigurationFinder.getConfigFiles()
Lists paths to all GridGain configuration files located in GRIDGAIN_HOME with their
last modification timestamps.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridTriple<T>
Simple extension over
GridTuple3 for three objects of the same type. |
| Modifier and Type | Method and Description |
|---|---|
static <V1,V2,V3> GridTuple3<V1,V2,V3> |
GridFunc.t(V1 v1,
V2 v2,
V3 v3)
Factory method returning new tuple with given parameters.
|
static <V1,V2,V3> GridTuple3<V1,V2,V3> |
GridFunc.t3()
Factory method returning new empty tuple.
|
| Modifier and Type | Class and Description |
|---|---|
class |
T3<V1,V2,V3>
Defines
alias for GridTuple3 by extending it. |
Copyright © 2014. All rights reserved.