Package | Description |
---|---|
org.apache.pig.backend.executionengine | |
org.apache.pig.backend.hadoop.executionengine |
Modifier and Type | Method and Description |
---|---|
ExecJob.JOB_STATUS |
ExecJob.getStatus() |
static ExecJob.JOB_STATUS |
ExecJob.JOB_STATUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecJob.JOB_STATUS[] |
ExecJob.JOB_STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected ExecJob.JOB_STATUS |
HJob.status |
Modifier and Type | Method and Description |
---|---|
ExecJob.JOB_STATUS |
HJob.getStatus() |
Constructor and Description |
---|
HJob(ExecJob.JOB_STATUS status,
PigContext pigContext,
POStore store,
String alias) |
HJob(ExecJob.JOB_STATUS status,
PigContext pigContext,
POStore store,
String alias,
PigStats stats) |
Copyright © 2007-2017 The Apache Software Foundation