org.apache.hadoop.hbase.regionserver.metrics
Enum SchemaMetrics.BlockMetricType
java.lang.Object
java.lang.Enum<SchemaMetrics.BlockMetricType>
org.apache.hadoop.hbase.regionserver.metrics.SchemaMetrics.BlockMetricType
- All Implemented Interfaces:
- Serializable, Comparable<SchemaMetrics.BlockMetricType>
- Enclosing class:
- SchemaMetrics
public static enum SchemaMetrics.BlockMetricType
- extends Enum<SchemaMetrics.BlockMetricType>
READ_TIME
public static final SchemaMetrics.BlockMetricType READ_TIME
READ_COUNT
public static final SchemaMetrics.BlockMetricType READ_COUNT
CACHE_HIT
public static final SchemaMetrics.BlockMetricType CACHE_HIT
CACHE_MISS
public static final SchemaMetrics.BlockMetricType CACHE_MISS
CACHE_SIZE
public static final SchemaMetrics.BlockMetricType CACHE_SIZE
CACHED
public static final SchemaMetrics.BlockMetricType CACHED
EVICTED
public static final SchemaMetrics.BlockMetricType EVICTED
values
public static SchemaMetrics.BlockMetricType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SchemaMetrics.BlockMetricType c : SchemaMetrics.BlockMetricType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SchemaMetrics.BlockMetricType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<SchemaMetrics.BlockMetricType>
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.