Uses of Interface
org.apache.hadoop.hbase.metrics.Metric
Packages that use org.apache.hadoop.hbase.metrics.Metric
-
Uses of org.apache.hadoop.hbase.metrics.Metric in org.apache.hadoop.hbase.metrics
Subinterfaces of org.apache.hadoop.hbase.metrics.Metric in in org.apache.hadoop.hbase.metricsModifier and TypeInterfaceDescriptioninterfaceorg.apache.hadoop.hbase.metrics.CounterA mutable number optimized for high concurrency counting.interfaceorg.apache.hadoop.hbase.metrics.Gauge<T>A metrics which measures a discrete value.interfaceorg.apache.hadoop.hbase.metrics.HistogramA metric which measures the distribution of values.interfaceorg.apache.hadoop.hbase.metrics.MeterA metric which measure the rate at which some operation is invoked.interfaceorg.apache.hadoop.hbase.metrics.MetricRegistryGeneral purpose factory for creating various metrics.interfaceorg.apache.hadoop.hbase.metrics.MetricSetA set of named metrics.interfaceorg.apache.hadoop.hbase.metrics.TimerA metric which encompasses aHistogramandMeter.Methods in org.apache.hadoop.hbase.metrics that return org.apache.hadoop.hbase.metrics.Metric in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.metrics.MetricMetricRegistry.register(String name, org.apache.hadoop.hbase.metrics.Metric metric) Registers theMetricwith the given name if there does not exist one with the same name.Methods in org.apache.hadoop.hbase.metrics that return types with arguments of type org.apache.hadoop.hbase.metrics.Metric in inModifier and TypeMethodDescriptionOptional<org.apache.hadoop.hbase.metrics.Metric>MetricRegistry.get(String name) Returns previously registered metric with the name if any.MetricSet.getMetrics()A map of metric names to metrics.Methods in org.apache.hadoop.hbase.metrics with parameters of type org.apache.hadoop.hbase.metrics.Metric in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.metrics.MetricMetricRegistry.register(String name, org.apache.hadoop.hbase.metrics.Metric metric) Registers theMetricwith the given name if there does not exist one with the same name.booleanMetricRegistry.remove(String name, org.apache.hadoop.hbase.metrics.Metric metric) Removes the metric with the given name only if it is registered to the provided metric.