- Gauge<T> - Interface in org.apache.hadoop.hbase.metrics
-
A metrics which measures a discrete value.
- get(MetricRegistryInfo) - Method in class org.apache.hadoop.hbase.metrics.MetricRegistries
-
Returns the MetricRegistry if found.
- get(String) - Method in interface org.apache.hadoop.hbase.metrics.MetricRegistry
-
Returns previously registered metric with the name if any.
- get25thPercentile() - Method in interface org.apache.hadoop.hbase.metrics.Snapshot
-
Returns the value at the 25th percentile in the distribution.
- get75thPercentile() - Method in interface org.apache.hadoop.hbase.metrics.Snapshot
-
Returns the value at the 75th percentile in the distribution.
- get90thPercentile() - Method in interface org.apache.hadoop.hbase.metrics.Snapshot
-
Returns the value at the 90th percentile in the distribution.
- get95thPercentile() - Method in interface org.apache.hadoop.hbase.metrics.Snapshot
-
Returns the value at the 95th percentile in the distribution.
- get98thPercentile() - Method in interface org.apache.hadoop.hbase.metrics.Snapshot
-
Returns the value at the 98th percentile in the distribution.
- get999thPercentile() - Method in interface org.apache.hadoop.hbase.metrics.Snapshot
-
Returns the value at the 99.9th percentile in the distribution.
- get99thPercentile() - Method in interface org.apache.hadoop.hbase.metrics.Snapshot
-
Returns the value at the 99th percentile in the distribution.
- getCount() - Method in interface org.apache.hadoop.hbase.metrics.Counter
-
Returns the current value.
- getCount() - Method in interface org.apache.hadoop.hbase.metrics.Histogram
-
Return the total number of values added to the histogram.
- getCount() - Method in interface org.apache.hadoop.hbase.metrics.Meter
-
Returns the number of events.
- getCount() - Method in interface org.apache.hadoop.hbase.metrics.Snapshot
-
Returns the number of values in the snapshot.
- getCountAtOrBelow(long) - Method in interface org.apache.hadoop.hbase.metrics.Snapshot
-
Returns the total count below the given value
- getFifteenMinuteRate() - Method in interface org.apache.hadoop.hbase.metrics.Meter
-
Returns the fifteen-minute exponentially-weighted moving average rate at which events have
occurred since the meter was created.
- getFiveMinuteRate() - Method in interface org.apache.hadoop.hbase.metrics.Meter
-
Returns the five-minute exponentially-weighted moving average rate at which events have
occurred since the meter was created.
- getHistogram() - Method in interface org.apache.hadoop.hbase.metrics.Timer
-
- getMax() - Method in interface org.apache.hadoop.hbase.metrics.Snapshot
-
Returns the highest value in the snapshot.
- getMean() - Method in interface org.apache.hadoop.hbase.metrics.Snapshot
-
Returns the arithmetic mean of the values in the snapshot.
- getMeanRate() - Method in interface org.apache.hadoop.hbase.metrics.Meter
-
Returns the mean rate at which events have occurred since the meter was created.
- getMedian() - Method in interface org.apache.hadoop.hbase.metrics.Snapshot
-
Returns the median value in the distribution.
- getMeter() - Method in interface org.apache.hadoop.hbase.metrics.Timer
-
- getMetricRegistries() - Method in class org.apache.hadoop.hbase.metrics.MetricRegistries
-
Returns MetricRegistry's created.
- getMetricRegistryInfo() - Method in interface org.apache.hadoop.hbase.metrics.MetricRegistry
-
Return the MetricRegistryInfo object for this registry.
- getMetricRegistryInfos() - Method in class org.apache.hadoop.hbase.metrics.MetricRegistries
-
Returns MetricRegistryInfo's for the MetricRegistry's created.
- getMetrics() - Method in interface org.apache.hadoop.hbase.metrics.MetricSet
-
A map of metric names to metrics.
- getMetricsContext() - Method in class org.apache.hadoop.hbase.metrics.MetricRegistryInfo
-
Get the metrics context.
- getMetricsDescription() - Method in class org.apache.hadoop.hbase.metrics.MetricRegistryInfo
-
Get the description of what this source exposes.
- getMetricsJmxContext() - Method in class org.apache.hadoop.hbase.metrics.MetricRegistryInfo
-
Get the name of the context in JMX that this source will be exposed through.
- getMetricsName() - Method in class org.apache.hadoop.hbase.metrics.MetricRegistryInfo
-
Get the name of the metrics that are being exported by this source.
- getMin() - Method in interface org.apache.hadoop.hbase.metrics.Snapshot
-
Returns the lowest value in the snapshot.
- getOneMinuteRate() - Method in interface org.apache.hadoop.hbase.metrics.Meter
-
Returns the one-minute exponentially-weighted moving average rate at which events have
occurred since the meter was created.
- getQuantiles(double[]) - Method in interface org.apache.hadoop.hbase.metrics.Snapshot
-
Return the values with the given quantiles.
- getQuantiles() - Method in interface org.apache.hadoop.hbase.metrics.Snapshot
-
Return the values with the default quantiles.
- getValue() - Method in interface org.apache.hadoop.hbase.metrics.Gauge
-
- global() - Static method in class org.apache.hadoop.hbase.metrics.MetricRegistries
-
Return the global singleton instance for the MetricRegistries.