java.lang.Object
org.apache.hadoop.hbase.coprocessor.example.row.stats.utils.RowStatisticsConfigurationUtil
 
- 
- 
Constructor SummaryConstructors 
- 
Method Summary
static int
 getInt(org.apache.hadoop.conf.Configuration conf,
 String name,
 int defaultValue)
  static long
 getLong(org.apache.hadoop.conf.Configuration conf,
 String name,
 long defaultValue)
  
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Field Details
- 
ROW_STATISTICS_PREFIX
- See Also:
- 
 
 
- 
Constructor Details
- 
RowStatisticsConfigurationUtil
 
- 
Method Details
- 
getIntpublic static int getInt(org.apache.hadoop.conf.Configuration conf,
 String name,
 int defaultValue) 
- 
getLongpublic static long getLong(org.apache.hadoop.conf.Configuration conf,
 String name,
 long defaultValue)