| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal.cluster | |
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| org.apache.ignite.internal.util.lang | |
| org.apache.ignite.internal.util.typedef |
Contains typedefs definitions for frequently used classes.
|
| org.apache.ignite.internal.visor.cache | |
| org.apache.ignite.internal.visor.node |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridTuple3<String,Boolean,String>> |
IgniteCluster.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).
|
Collection<GridTuple3<String,Boolean,String>> |
IgniteCluster.startNodes(File file,
boolean restart,
int timeout,
int maxConn)
Starts one or more nodes on remote host(s).
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridTuple3<String,Boolean,String>> |
IgniteClusterImpl.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).
|
Collection<GridTuple3<String,Boolean,String>> |
IgniteClusterAsyncImpl.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).
|
Collection<GridTuple3<String,Boolean,String>> |
IgniteClusterImpl.startNodes(File file,
boolean restart,
int timeout,
int maxConn)
Starts one or more nodes on remote host(s).
|
Collection<GridTuple3<String,Boolean,String>> |
IgniteClusterAsyncImpl.startNodes(File file,
boolean restart,
int timeout,
int maxConn)
Starts one or more nodes on remote host(s).
|
| Modifier and Type | Method and Description |
|---|---|
GridTuple3<Boolean,Object,javax.cache.processor.EntryProcessorResult<Object>> |
GridCacheEntryEx.innerUpdateLocal(GridCacheVersion ver,
GridCacheOperation op,
Object writeObj,
Object[] invokeArgs,
boolean writeThrough,
boolean retval,
javax.cache.expiry.ExpiryPolicy expiryPlc,
boolean evt,
boolean metrics,
CacheEntryPredicate[] filter,
boolean intercept,
UUID subjId,
String taskName)
Update method for local cache in atomic mode.
|
GridTuple3<Boolean,Object,javax.cache.processor.EntryProcessorResult<Object>> |
GridCacheMapEntry.innerUpdateLocal(GridCacheVersion ver,
GridCacheOperation op,
Object writeObj,
Object[] invokeArgs,
boolean writeThrough,
boolean retval,
javax.cache.expiry.ExpiryPolicy expiryPlc,
boolean evt,
boolean metrics,
CacheEntryPredicate[] filter,
boolean intercept,
UUID subjId,
String taskName)
Update method for local cache in atomic mode.
|
| Modifier and Type | Method and Description |
|---|---|
static List<GridTuple3<String,Long,File>> |
GridConfigurationFinder.getConfigFiles()
Lists paths to all Ignite configuration files located in IGNITE_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. |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.ignite.internal.visor.cache.VisorCacheLoadTask.VisorCachesLoadJob |
VisorCacheLoadTask.job(GridTuple3<Set<String>,Long,Object[]> arg) |
| Modifier and Type | Method and Description |
|---|---|
protected GridTuple3<Boolean,Long,Long> |
VisorNodePingTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015