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