org.apache.pig.tools.pigstats
Class PigStatsUtil

java.lang.Object
  extended by org.apache.pig.tools.pigstats.PigStatsUtil

public abstract class PigStatsUtil
extends Object


Field Summary
static String MULTI_STORE_COUNTER_GROUP
           
static String MULTI_STORE_RECORD_COUNTER
           
 
Constructor Summary
PigStatsUtil()
           
 
Method Summary
static long getMultiStoreCount(org.apache.hadoop.mapred.jobcontrol.Job job, org.apache.hadoop.mapred.JobClient jobClient, String counterName)
           
static String getMultiStoreCounterName(POStore store)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULTI_STORE_RECORD_COUNTER

public static final String MULTI_STORE_RECORD_COUNTER
See Also:
Constant Field Values

MULTI_STORE_COUNTER_GROUP

public static final String MULTI_STORE_COUNTER_GROUP
See Also:
Constant Field Values
Constructor Detail

PigStatsUtil

public PigStatsUtil()
Method Detail

getMultiStoreCount

public static long getMultiStoreCount(org.apache.hadoop.mapred.jobcontrol.Job job,
                                      org.apache.hadoop.mapred.JobClient jobClient,
                                      String counterName)

getMultiStoreCounterName

public static String getMultiStoreCounterName(POStore store)


Copyright © ${year} The Apache Software Foundation