Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver.metrics |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014 The Apache Software Foundation. All Rights Reserved.