| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.hadoop |
Contains Hadoop APIs.
|
| Modifier and Type | Method and Description |
|---|---|
GridHadoopJobPhase |
GridHadoopJobStatus.jobPhase() |
static GridHadoopJobPhase |
GridHadoopJobPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridHadoopJobPhase[] |
GridHadoopJobPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GridHadoopJobStatus(GridHadoopJobId jobId,
String jobName,
String usr,
int pendingMapperCnt,
int pendingReducerCnt,
int totalMapperCnt,
int totalReducerCnt,
GridHadoopJobPhase jobPhase,
boolean failed,
long ver)
Constructor.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015