跳过导航链接
C D E G H I L M O P R S T U 

C

clear() - 类 中的方法org.apache.hadoop.hbase.metrics.MetricRegistries
Removes all the MetricRegisties.
Counter - org.apache.hadoop.hbase.metrics中的接口
A mutable number optimized for high concurrency counting.
counter(String) - 接口 中的方法org.apache.hadoop.hbase.metrics.MetricRegistry
Get or construct a Counter used to track a mutable number.
create(MetricRegistryInfo) - 类 中的方法org.apache.hadoop.hbase.metrics.MetricRegistries
Create or return MetricRegistry with the given info.
create(MetricRegistryInfo) - 接口 中的方法org.apache.hadoop.hbase.metrics.MetricRegistryFactory
Create a MetricRegistry from the given MetricRegistryInfo

D

decrement() - 接口 中的方法org.apache.hadoop.hbase.metrics.Counter
Decrement this by 1.
decrement(long) - 接口 中的方法org.apache.hadoop.hbase.metrics.Counter
Decrement this by n.

E

equals(Object) - 类 中的方法org.apache.hadoop.hbase.metrics.MetricRegistryInfo
 
existingSource - 类 中的变量org.apache.hadoop.hbase.metrics.MetricRegistryInfo
 

G

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.

H

hashCode() - 类 中的方法org.apache.hadoop.hbase.metrics.MetricRegistryInfo
 
Histogram - org.apache.hadoop.hbase.metrics中的接口
A metric which measures the distribution of values.
histogram(String) - 接口 中的方法org.apache.hadoop.hbase.metrics.MetricRegistry
Get or construct a Histogram used to measure a distribution of values.

I

increment() - 接口 中的方法org.apache.hadoop.hbase.metrics.Counter
Increment this by 1.
increment(long) - 接口 中的方法org.apache.hadoop.hbase.metrics.Counter
Increment this by n.
isExistingSource() - 类 中的方法org.apache.hadoop.hbase.metrics.MetricRegistryInfo
Returns whether or not this MetricRegistry is for an existing BaseSource

L

load() - 类 中的静态方法org.apache.hadoop.hbase.metrics.MetricRegistriesLoader
Creates a MetricRegistries instance using the corresponding MetricRegistries available to ServiceLoader on the classpath.

M

mark() - 接口 中的方法org.apache.hadoop.hbase.metrics.Meter
Records one occurrence.
mark(long) - 接口 中的方法org.apache.hadoop.hbase.metrics.Meter
Records events occurrences.
Meter - org.apache.hadoop.hbase.metrics中的接口
A metric which measure the rate at which some operation is invoked.
meter(String) - 接口 中的方法org.apache.hadoop.hbase.metrics.MetricRegistry
Get or construct a Meter used to measure durations and report distributions (a combination of a Timer and a Histogram.
Metric - org.apache.hadoop.hbase.metrics中的接口
Parent interface for all metrics.
MetricRegistries - org.apache.hadoop.hbase.metrics中的类
MetricRegistries is collection of MetricRegistry's.
MetricRegistries() - 类 的构造器org.apache.hadoop.hbase.metrics.MetricRegistries
 
MetricRegistriesLoader - org.apache.hadoop.hbase.metrics中的类
 
MetricRegistry - org.apache.hadoop.hbase.metrics中的接口
General purpose factory for creating various metrics.
MetricRegistryFactory - org.apache.hadoop.hbase.metrics中的接口
A Factory for creating MetricRegistries.
MetricRegistryInfo - org.apache.hadoop.hbase.metrics中的类
HBase Metrics are grouped in different MetricRegistry'ies.
MetricRegistryInfo(String, String, String, String, boolean) - 类 的构造器org.apache.hadoop.hbase.metrics.MetricRegistryInfo
 
metricsContext - 类 中的变量org.apache.hadoop.hbase.metrics.MetricRegistryInfo
 
metricsDescription - 类 中的变量org.apache.hadoop.hbase.metrics.MetricRegistryInfo
 
MetricSet - org.apache.hadoop.hbase.metrics中的接口
A set of named metrics.
metricsJmxContext - 类 中的变量org.apache.hadoop.hbase.metrics.MetricRegistryInfo
 
metricsName - 类 中的变量org.apache.hadoop.hbase.metrics.MetricRegistryInfo
 

O

org.apache.hadoop.hbase.metrics - 程序包 org.apache.hadoop.hbase.metrics
Metrics API for HBase.

P

PackageMarker - org.apache.hadoop.hbase.metrics中的注释类型
This is a dummy annotation that forces javac to produce output for otherwise empty package-info.java.

R

register(String, Gauge<T>) - 接口 中的方法org.apache.hadoop.hbase.metrics.MetricRegistry
Register a Gauge.
register(String, Metric) - 接口 中的方法org.apache.hadoop.hbase.metrics.MetricRegistry
Registers the Metric with the given name if there does not exist one with the same name.
registerAll(MetricSet) - 接口 中的方法org.apache.hadoop.hbase.metrics.MetricRegistry
Registers the Metrics in the given MetricSet.
remove(MetricRegistryInfo) - 类 中的方法org.apache.hadoop.hbase.metrics.MetricRegistries
Decrements the ref count of the MetricRegistry, and removes if ref count == 0.
remove(String) - 接口 中的方法org.apache.hadoop.hbase.metrics.MetricRegistry
Removes the metric with the given name.

S

snapshot() - 接口 中的方法org.apache.hadoop.hbase.metrics.Histogram
Snapshot the current values in the Histogram
Snapshot - org.apache.hadoop.hbase.metrics中的接口
A statictical sample of histogram values.

T

timer(String) - 接口 中的方法org.apache.hadoop.hbase.metrics.MetricRegistry
Get or construct a Timer used to measure durations and report rates.
Timer - org.apache.hadoop.hbase.metrics中的接口
A metric which encompasses a Histogram and Meter.

U

update(int) - 接口 中的方法org.apache.hadoop.hbase.metrics.Histogram
Adds a new value to the distribution.
update(long) - 接口 中的方法org.apache.hadoop.hbase.metrics.Histogram
Adds a new value to the distribution.
update(long, TimeUnit) - 接口 中的方法org.apache.hadoop.hbase.metrics.Timer
Update the timer with the given duration in given time unit.
updateMicros(long) - 接口 中的方法org.apache.hadoop.hbase.metrics.Timer
Update the timer with the given duration in microseconds
updateMillis(long) - 接口 中的方法org.apache.hadoop.hbase.metrics.Timer
Update the timer with the given duration in milliseconds
updateNanos(long) - 接口 中的方法org.apache.hadoop.hbase.metrics.Timer
Update the timer with the given duration in nanoseconds
C D E G H I L M O P R S T U 
跳过导航链接

Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.