| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.kernal.managers.communication |
TODO.
|
| org.gridgain.grid.kernal.managers.deployment |
TODO.
|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.dataload |
Data loader processor.
|
| org.gridgain.grid.kernal.processors.streamer |
TODO. |
| Modifier and Type | Field and Description |
|---|---|
static GridDeploymentMode |
GridConfiguration.DFLT_DEPLOYMENT_MODE
Default deployment mode (value is
SHARED). |
| Modifier and Type | Method and Description |
|---|---|
static GridDeploymentMode |
GridDeploymentMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
GridDeploymentMode |
GridConfiguration.getDeploymentMode()
Gets deployment mode for deploying tasks and other classes on this node.
|
static GridDeploymentMode |
GridDeploymentMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridDeploymentMode[] |
GridDeploymentMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConfiguration.setDeploymentMode(GridDeploymentMode deployMode)
Sets task classes and resources sharing mode.
|
| Modifier and Type | Method and Description |
|---|---|
GridDeploymentMode |
GridJobExecuteRequest.getDeploymentMode() |
| Constructor and Description |
|---|
GridJobExecuteRequest(GridUuid sesId,
GridUuid jobId,
String taskName,
String userVer,
String taskClsName,
byte[] jobBytes,
GridComputeJob job,
long startTaskTime,
long timeout,
Collection<UUID> top,
byte[] siblingsBytes,
Collection<GridComputeJobSibling> siblings,
byte[] sesAttrsBytes,
Map<Object,Object> sesAttrs,
byte[] jobAttrsBytes,
Map<? extends Serializable,? extends Serializable> jobAttrs,
String cpSpi,
GridUuid clsLdrId,
GridDeploymentMode depMode,
boolean dynamicSiblings,
Map<UUID,GridUuid> ldrParticipants,
boolean forceLocDep,
boolean sesFullSup,
boolean internal) |
| Modifier and Type | Method and Description |
|---|---|
GridDeploymentMode |
GridIoUserMessage.deploymentMode() |
| Modifier and Type | Method and Description |
|---|---|
GridDeploymentMode |
GridDeployment.deployMode()
Gets property depMode.
|
GridDeploymentMode |
GridDeploymentInfo.deployMode() |
GridDeploymentMode |
GridDeploymentInfoBean.deployMode() |
| Modifier and Type | Method and Description |
|---|---|
GridDeployment |
GridDeploymentManager.getGlobalDeployment(GridDeploymentMode depMode,
String rsrcName,
String clsName,
String userVer,
UUID sndNodeId,
GridUuid clsLdrId,
Map<UUID,GridUuid> participants,
GridPredicate<GridNode> nodeFilter) |
| Constructor and Description |
|---|
GridDeploymentInfoBean(GridUuid clsLdrId,
String userVer,
GridDeploymentMode depMode,
Map<UUID,GridUuid> participants,
boolean locDepOwner) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheDeploymentManager.p2pContext(UUID sndId,
GridUuid ldrId,
String userVer,
GridDeploymentMode mode,
Map<UUID,GridUuid> participants,
boolean locDepOwner) |
| Modifier and Type | Method and Description |
|---|---|
GridDeploymentMode |
GridDataLoadRequest.deploymentMode() |
| Constructor and Description |
|---|
GridDataLoadRequest(long reqId,
byte[] resTopicBytes,
String cacheName,
byte[] updaterBytes,
byte[] colBytes,
boolean ignoreDepOwnership,
GridDeploymentMode depMode,
String sampleClsName,
String userVer,
Map<UUID,GridUuid> ldrParticipants,
GridUuid clsLdrId,
boolean forceLocDep) |
| Modifier and Type | Method and Description |
|---|---|
GridDeploymentMode |
GridStreamerExecutionRequest.deploymentMode() |
| Constructor and Description |
|---|
GridStreamerExecutionRequest(boolean forceLocDep,
byte[] batchBytes,
GridDeploymentMode depMode,
String sampleClsName,
String userVer,
Map<UUID,GridUuid> ldrParticipants,
GridUuid clsLdrId) |
Copyright © 2014. All rights reserved.