java.lang.Object
org.apache.hadoop.hbase.coprocessor.example.row.stats.utils.RowStatisticsConfigurationUtil
-
-
Constructor Summary
Constructors
-
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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ROW_STATISTICS_PREFIX
- See Also:
-
-
Constructor Details
-
RowStatisticsConfigurationUtil
-
Method Details
-
getInt
public static int getInt(org.apache.hadoop.conf.Configuration conf,
String name,
int defaultValue)
-
getLong
public static long getLong(org.apache.hadoop.conf.Configuration conf,
String name,
long defaultValue)