Uses of Class
org.apache.hadoop.hbase.regionserver.metrics.SchemaMetrics.StoreMetricType

Packages that use SchemaMetrics.StoreMetricType
org.apache.hadoop.hbase.regionserver.metrics   
 

Uses of SchemaMetrics.StoreMetricType in org.apache.hadoop.hbase.regionserver.metrics
 

Methods in org.apache.hadoop.hbase.regionserver.metrics that return SchemaMetrics.StoreMetricType
static SchemaMetrics.StoreMetricType SchemaMetrics.StoreMetricType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SchemaMetrics.StoreMetricType[] SchemaMetrics.StoreMetricType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.regionserver.metrics with parameters of type SchemaMetrics.StoreMetricType
 void SchemaMetrics.accumulateStoreMetric(Map<String,org.apache.commons.lang.mutable.MutableDouble> tmpMap, SchemaMetrics.StoreMetricType storeMetricType, double val)
          Used to accumulate store metrics across multiple regions in a region server.
 String SchemaMetrics.getStoreMetricName(SchemaMetrics.StoreMetricType storeMetricType)
           
 String SchemaMetrics.getStoreMetricNameMax(SchemaMetrics.StoreMetricType storeMetricType)
           
 void SchemaMetrics.updatePersistentStoreMetric(SchemaMetrics.StoreMetricType storeMetricType, long value)
          Update a metric that does not get reset on every poll.
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.