Uses of Interface
org.apache.hadoop.hbase.metrics.BaseSource
Packages that use 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
Subinterfaces of BaseSource in org.apache.hadoop.hbase.ioClasses in org.apache.hadoop.hbase.io that implement BaseSource -
Uses of BaseSource in org.apache.hadoop.hbase.ipc
Subinterfaces of BaseSource in org.apache.hadoop.hbase.ipcClasses in org.apache.hadoop.hbase.ipc that implement BaseSource -
Uses of BaseSource in org.apache.hadoop.hbase.master
Subinterfaces of BaseSource in org.apache.hadoop.hbase.masterModifier 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
Classes in org.apache.hadoop.hbase.master that implement BaseSourceModifier 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
Subinterfaces of BaseSource in org.apache.hadoop.hbase.master.balancerModifier and TypeInterfaceDescriptioninterface
interface
This interface extends the basic metrics balancer source to add a function to report metrics that related to stochastic load balancer.Classes in org.apache.hadoop.hbase.master.balancer that implement BaseSourceModifier and TypeClassDescriptionclass
class
-
Uses of BaseSource in org.apache.hadoop.hbase.metrics
Subinterfaces of BaseSource in org.apache.hadoop.hbase.metricsModifier and TypeInterfaceDescriptioninterface
Common interface for metrics source implementations which need to track individual exception types thrown or received.Classes in org.apache.hadoop.hbase.metrics that implement BaseSourceModifier 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
Subinterfaces of BaseSource in org.apache.hadoop.hbase.namequeuesClasses in org.apache.hadoop.hbase.namequeues that implement BaseSource -
Uses of BaseSource in org.apache.hadoop.hbase.regionserver
Subinterfaces of BaseSource in org.apache.hadoop.hbase.regionserverModifier 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.Classes in org.apache.hadoop.hbase.regionserver that implement BaseSourceModifier 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
Subinterfaces of BaseSource in org.apache.hadoop.hbase.regionserver.walModifier and TypeInterfaceDescriptioninterface
Interface of the source that will export metrics about the region server's WAL.Classes in org.apache.hadoop.hbase.regionserver.wal that implement BaseSourceModifier and TypeClassDescriptionclass
Class that transitions metrics from MetricsWAL into the metrics subsystem. -
Uses of BaseSource in org.apache.hadoop.hbase.replication.regionserver
Subinterfaces of BaseSource in org.apache.hadoop.hbase.replication.regionserverModifier and TypeInterfaceDescriptioninterface
interface
Provides access to gauges and counters.interface
interface
Classes in org.apache.hadoop.hbase.replication.regionserver that implement BaseSourceModifier 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
Subinterfaces of BaseSource in org.apache.hadoop.hbase.restModifier and TypeInterfaceDescriptioninterface
Interface of the Metrics Source that will export data to Hadoop's Metrics2 system.Classes in org.apache.hadoop.hbase.rest that implement BaseSourceModifier 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
Subinterfaces of BaseSource in org.apache.hadoop.hbase.thriftModifier and TypeInterfaceDescriptioninterface
Interface of a class that will export metrics about Thrift to hadoop's metrics2.Classes in org.apache.hadoop.hbase.thrift that implement BaseSourceModifier and TypeClassDescriptionclass
Hadoop 2 version ofMetricsThriftServerSource
Implements BaseSource through BaseSourceImpl, following the pattern -
Uses of BaseSource in org.apache.hadoop.hbase.zookeeper
Subinterfaces of BaseSource in org.apache.hadoop.hbase.zookeeperModifier and TypeInterfaceDescriptioninterface
Interface of the source that will export metrics about the ZooKeeper.Classes in org.apache.hadoop.hbase.zookeeper that implement BaseSourceModifier and TypeClassDescriptionclass
Class that transitions metrics from MetricsZooKeeper into the metrics subsystem.