| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.compute |
Contains Compute Grid functionality.
|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| Modifier and Type | Method and Description |
|---|---|
GridCompute |
GridProjection.compute()
Gets
compute functionality over this grid projection. |
| Modifier and Type | Method and Description |
|---|---|
GridCompute |
GridCompute.withName(String taskName)
Sets task name for the next executed task on this projection in the current thread.
|
GridCompute |
GridCompute.withNoFailover()
Sets no-failover flag for the next executed task on this projection in the current thread.
|
GridCompute |
GridCompute.withTimeout(long timeout)
Sets task timeout for the next executed task on this projection in the current thread.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridComputeImpl
GridCompute implementation. |
| Modifier and Type | Method and Description |
|---|---|
GridCompute |
GridProjectionAdapter.compute()
Gets
compute functionality over this grid projection. |
GridCompute |
GridComputeImpl.withName(String taskName)
Sets task name for the next executed task on this projection in the current thread.
|
GridCompute |
GridComputeImpl.withNoFailover()
Sets no-failover flag for the next executed task on this projection in the current thread.
|
GridCompute |
GridComputeImpl.withTimeout(long timeout)
Sets task timeout for the next executed task on this projection in the current thread.
|
Copyright © 2014. All rights reserved.