|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pig.backend.hadoop.executionengine.physicalLayer.POStatus
public class POStatus
POStatus is a set of flags used to communicate the status of Pig's operator pipeline to consumers.
Field Summary | |
---|---|
static byte |
STATUS_BATCH_OK
Successful processing of a batch. |
static byte |
STATUS_EARLY_TERMINATION
This signals that an accumulative UDF has already finished. |
static byte |
STATUS_EOP
STATUS_EOP indicates that no output was produced, and no further outputs will be produced (e.g. |
static byte |
STATUS_EOS
This is currently only used in communications between ExecutableManager and POStream. |
static byte |
STATUS_ERR
STATUS_ERR indicates that there was a problem while trying to produce a result. |
static byte |
STATUS_NULL
STATUS_NULL indicates that no output was produced, but there may be more results. |
static byte |
STATUS_OK
STATUS_OK indicates that the pull on the operator pipeline resulted in a valid output. |
Constructor Summary | |
---|---|
POStatus()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte STATUS_OK
public static final byte STATUS_NULL
public static final byte STATUS_ERR
public static final byte STATUS_EOP
public static final byte STATUS_EOS
public static final byte STATUS_BATCH_OK
public static final byte STATUS_EARLY_TERMINATION
Constructor Detail |
---|
public POStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |