| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.hadoop.taskexecutor | |
| org.gridgain.grid.kernal.processors.hadoop.taskexecutor.external |
| Modifier and Type | Method and Description |
|---|---|
GridHadoopTaskState |
GridHadoopTaskStatus.state() |
static GridHadoopTaskState |
GridHadoopTaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridHadoopTaskState[] |
GridHadoopTaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
GridHadoopRunnableTask.onTaskFinished(GridHadoopTaskState state,
Throwable err) |
| Constructor and Description |
|---|
GridHadoopTaskStatus(GridHadoopTaskState state,
Throwable failCause) |
| Modifier and Type | Method and Description |
|---|---|
GridHadoopTaskState |
GridHadoopTaskFinishedMessage.state() |
| Constructor and Description |
|---|
GridHadoopTaskFinishedMessage(org.gridgain.grid.hadoop.GridHadoopTaskInfo taskInfo,
GridHadoopTaskState state,
Throwable err) |
Copyright © 2014. All rights reserved.