|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobStats | |
---|---|
org.apache.pig.tools.pigstats |
Uses of JobStats in org.apache.pig.tools.pigstats |
---|
Methods in org.apache.pig.tools.pigstats that return JobStats | |
---|---|
static JobStats |
PigStatsUtil.addNativeJobStats(PigStats ps,
NativeMapReduceOper mr,
boolean success)
|
static JobStats |
PigStatsUtil.addNativeJobStats(PigStats ps,
NativeMapReduceOper mr,
boolean success,
Exception e)
|
Methods in org.apache.pig.tools.pigstats that return types with arguments of type JobStats | |
---|---|
Iterator<JobStats> |
PigStats.JobGraph.iterator()
|
Methods in org.apache.pig.tools.pigstats with parameters of type JobStats | |
---|---|
void |
ScriptState.emitJobFailedNotification(JobStats jobStats)
|
void |
ScriptState.emitjobFinishedNotification(JobStats jobStats)
|
void |
PigProgressNotificationListener.jobFailedNotification(String scriptId,
JobStats jobStats)
Invoked when a MR job fails. |
void |
PigProgressNotificationListener.jobFinishedNotification(String scriptId,
JobStats jobStats)
Invoked just after a MR job is completed successfully. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |