Uses of Interface
org.apache.hadoop.hbase.metrics.BaseSource
Package
Description
Tools to help define network clients and servers.
Metrics API for HBase.
HBase REST
Provides an HBase Thrift
service.
-
Uses of BaseSource in org.apache.hadoop.hbase.io
-
Uses of BaseSource in org.apache.hadoop.hbase.ipc
-
Uses of BaseSource in org.apache.hadoop.hbase.master
Modifier and TypeInterfaceDescriptioninterface
interface
interface
Interface that classes that expose metrics about the master will implement.interface
A collection of exposed metrics for space quotas from the HBase Master.interface
Interface that classes that expose metrics about the master will implement.interface
Modifier and TypeClassDescriptionclass
class
class
Hadoop2 implementation of MetricsMasterSource.class
Implementation ofMetricsMasterQuotaSource
which writes the values passed in via the interface to the metrics backend.class
Hadoop2 implementation of MetricsMasterSource.class
-
Uses of BaseSource in org.apache.hadoop.hbase.master.balancer
Modifier and TypeInterfaceDescriptioninterface
interface
This interface extends the basic metrics balancer source to add a function to report metrics that related to stochastic load balancer.Modifier and TypeClassDescriptionclass
class
-
Uses of BaseSource in org.apache.hadoop.hbase.metrics
Modifier and TypeInterfaceDescriptioninterface
Common interface for metrics source implementations which need to track individual exception types thrown or received.Modifier and TypeClassDescriptionclass
Hadoop 2 implementation of BaseSource (using metrics2 framework).class
Common base implementation for metrics sources which need to track exceptions thrown or received. -
Uses of BaseSource in org.apache.hadoop.hbase.namequeues
-
Uses of BaseSource in org.apache.hadoop.hbase.regionserver
Modifier and TypeInterfaceDescriptioninterface
This interface will be implemented by a MetricsSource that will export metrics from HeapMemoryManager in RegionServer into the hadoop metrics system.interface
This interface will be implemented by a MetricsSource that will export metrics from multiple regions into the hadoop metrics system.interface
A collection of exposed metrics for space quotas from an HBase RegionServer.interface
Interface for classes that expose metrics about the regionserver.interface
This interface will be implemented by a MetricsSource that will export metrics from multiple regions of a table into the hadoop metrics system.interface
This interface will be implemented by a MetricsSource that will export metrics from multiple users into the hadoop metrics system.Modifier and TypeClassDescriptionclass
Hadoop2 implementation of MetricsHeapMemoryManagerSource.class
class
Implementation ofMetricsRegionServerQuotaSource
.class
Hadoop2 implementation of MetricsRegionServerSource.class
class
-
Uses of BaseSource in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeInterfaceDescriptioninterface
Interface of the source that will export metrics about the region server's WAL.Modifier and TypeClassDescriptionclass
Class that transitions metrics from MetricsWAL into the metrics subsystem. -
Uses of BaseSource in org.apache.hadoop.hbase.replication.regionserver
Modifier and TypeInterfaceDescriptioninterface
interface
Provides access to gauges and counters.interface
interface
Modifier and TypeClassDescriptionclass
class
Hadoop2 implementation of MetricsReplicationSource.class
class
This is the metric source for table level replication metrics.class
This class is for maintaining the various replication statistics for a source and publishing them through the metrics interfaces. -
Uses of BaseSource in org.apache.hadoop.hbase.rest
Modifier and TypeInterfaceDescriptioninterface
Interface of the Metrics Source that will export data to Hadoop's Metrics2 system.Modifier and TypeClassDescriptionclass
Hadoop Two implementation of a metrics2 source that will export metrics from the Rest server to the hadoop metrics2 subsystem. -
Uses of BaseSource in org.apache.hadoop.hbase.thrift
Modifier and TypeInterfaceDescriptioninterface
Interface of a class that will export metrics about Thrift to hadoop's metrics2.Modifier and TypeClassDescriptionclass
Hadoop 2 version ofMetricsThriftServerSource
Implements BaseSource through BaseSourceImpl, following the pattern -
Uses of BaseSource in org.apache.hadoop.hbase.zookeeper
Modifier and TypeInterfaceDescriptioninterface
Interface of the source that will export metrics about the ZooKeeper.Modifier and TypeClassDescriptionclass
Class that transitions metrics from MetricsZooKeeper into the metrics subsystem.