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

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

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

Methods in org.apache.hadoop.hbase.regionserver.metrics that return SchemaMetrics.BlockMetricType
static SchemaMetrics.BlockMetricType SchemaMetrics.BlockMetricType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SchemaMetrics.BlockMetricType[] SchemaMetrics.BlockMetricType.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.BlockMetricType
 String SchemaMetrics.getBlockMetricName(BlockType.BlockCategory blockCategory, boolean isCompaction, SchemaMetrics.BlockMetricType metricType)
           
 



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