|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PigStats | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
org.apache.pig.backend.executionengine | |
org.apache.pig.backend.hadoop.executionengine | |
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer | |
org.apache.pig.tools.pigstats |
Uses of PigStats in org.apache.pig |
---|
Methods in org.apache.pig that return PigStats | |
---|---|
static PigStats |
PigRunner.run(String[] args,
PigProgressNotificationListener listener)
|
Uses of PigStats in org.apache.pig.backend.executionengine |
---|
Methods in org.apache.pig.backend.executionengine that return PigStats | |
---|---|
PigStats |
ExecJob.getStatistics()
Can be information about the state (not submitted, e.g. |
Uses of PigStats in org.apache.pig.backend.hadoop.executionengine |
---|
Methods in org.apache.pig.backend.hadoop.executionengine that return PigStats | |
---|---|
PigStats |
HJob.getStatistics()
|
Constructors in org.apache.pig.backend.hadoop.executionengine with parameters of type PigStats | |
---|---|
HJob(ExecJob.JOB_STATUS status,
PigContext pigContext,
POStore store,
String alias,
PigStats stats)
|
Uses of PigStats in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return PigStats | |
---|---|
PigStats |
MapReduceLauncher.launchPig(PhysicalPlan php,
String grpName,
PigContext pc)
|
abstract PigStats |
Launcher.launchPig(PhysicalPlan php,
String grpName,
PigContext pc)
Method to launch pig for hadoop either for a cluster's job tracker or for a local job runner. |
Uses of PigStats in org.apache.pig.tools.pigstats |
---|
Methods in org.apache.pig.tools.pigstats that return PigStats | |
---|---|
static PigStats |
PigStats.get()
|
static PigStats |
PigStatsUtil.getEmptyPigStats()
Returns an empty PigStats object |
static PigStats |
PigStatsUtil.getPigStats(int code)
Returns the PigStats with the given return code |
Methods in org.apache.pig.tools.pigstats with parameters of type PigStats | |
---|---|
static JobStats |
PigStatsUtil.addNativeJobStats(PigStats ps,
NativeMapReduceOper mr,
boolean success)
|
static JobStats |
PigStatsUtil.addNativeJobStats(PigStats ps,
NativeMapReduceOper mr,
boolean success,
Exception e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |