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 org.apache.hadoop.hbase.metrics.BaseSource in org.apache.hadoop.hbase.io
Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.io.MetricsIOSource
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.io.MetricsIOSourceImpl
-
Uses of org.apache.hadoop.hbase.metrics.BaseSource in org.apache.hadoop.hbase.ipc
Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.ipc.MetricsHBaseServerSource
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.ipc.MetricsHBaseServerSourceImpl
-
Uses of org.apache.hadoop.hbase.metrics.BaseSource in org.apache.hadoop.hbase.master
Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.master.MetricsAssignmentManagerSource
interface
org.apache.hadoop.hbase.master.MetricsMasterFileSystemSource
interface
org.apache.hadoop.hbase.master.MetricsMasterProcSource
Interface that classes that expose metrics about the master will implement.interface
org.apache.hadoop.hbase.master.MetricsMasterQuotaSource
A collection of exposed metrics for space quotas from the HBase Master.interface
org.apache.hadoop.hbase.master.MetricsMasterSource
Interface that classes that expose metrics about the master will implement.interface
org.apache.hadoop.hbase.master.MetricsSnapshotSource
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.master.MetricsAssignmentManagerSourceImpl
class
org.apache.hadoop.hbase.master.MetricsMasterFilesystemSourceImpl
class
org.apache.hadoop.hbase.master.MetricsMasterProcSourceImpl
Hadoop2 implementation of MetricsMasterSource.class
org.apache.hadoop.hbase.master.MetricsMasterQuotaSourceImpl
Implementation ofMetricsMasterQuotaSource
which writes the values passed in via the interface to the metrics backend.class
org.apache.hadoop.hbase.master.MetricsMasterSourceImpl
Hadoop2 implementation of MetricsMasterSource.class
org.apache.hadoop.hbase.master.MetricsSnapshotSourceImpl
-
Uses of org.apache.hadoop.hbase.metrics.BaseSource in org.apache.hadoop.hbase.metrics
Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.metrics.ExceptionTrackingSource
Common interface for metrics source implementations which need to track individual exception types thrown or received.Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.metrics.BaseSourceImpl
Hadoop 2 implementation of BaseSource (using metrics2 framework).class
org.apache.hadoop.hbase.metrics.ExceptionTrackingSourceImpl
Common base implementation for metrics sources which need to track exceptions thrown or received. -
Uses of org.apache.hadoop.hbase.metrics.BaseSource in org.apache.hadoop.hbase.namequeues
Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.namequeues.MetricsWALEventTrackerSource
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.namequeues.MetricsWALEventTrackerSourceImpl
-
Uses of org.apache.hadoop.hbase.metrics.BaseSource in org.apache.hadoop.hbase.regionserver
Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.regionserver.MetricsHeapMemoryManagerSource
This interface will be implemented by a MetricsSource that will export metrics from HeapMemoryManager in RegionServer into the hadoop metrics system.interface
org.apache.hadoop.hbase.regionserver.MetricsRegionAggregateSource
This interface will be implemented by a MetricsSource that will export metrics from multiple regions into the hadoop metrics system.interface
org.apache.hadoop.hbase.regionserver.MetricsRegionServerQuotaSource
A collection of exposed metrics for space quotas from an HBase RegionServer.interface
org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
Interface for classes that expose metrics about the regionserver.interface
org.apache.hadoop.hbase.regionserver.MetricsTableAggregateSource
This interface will be implemented by a MetricsSource that will export metrics from multiple regions of a table into the hadoop metrics system.interface
org.apache.hadoop.hbase.regionserver.MetricsUserAggregateSource
This interface will be implemented by a MetricsSource that will export metrics from multiple users into the hadoop metrics system.Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.regionserver.MetricsHeapMemoryManagerSourceImpl
Hadoop2 implementation of MetricsHeapMemoryManagerSource.class
org.apache.hadoop.hbase.regionserver.MetricsRegionAggregateSourceImpl
class
org.apache.hadoop.hbase.regionserver.MetricsRegionServerQuotaSourceImpl
Implementation ofMetricsRegionServerQuotaSource
.class
org.apache.hadoop.hbase.regionserver.MetricsRegionServerSourceImpl
Hadoop2 implementation of MetricsRegionServerSource.class
org.apache.hadoop.hbase.regionserver.MetricsTableAggregateSourceImpl
class
org.apache.hadoop.hbase.regionserver.MetricsUserAggregateSourceImpl
-
Uses of org.apache.hadoop.hbase.metrics.BaseSource in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.regionserver.wal.MetricsWALSource
Interface of the source that will export metrics about the region server's WAL.Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.regionserver.wal.MetricsWALSourceImpl
Class that transitions metrics from MetricsWAL into the metrics subsystem. -
Uses of org.apache.hadoop.hbase.metrics.BaseSource in org.apache.hadoop.hbase.rest
Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.rest.MetricsRESTSource
Interface of the Metrics Source that will export data to Hadoop's Metrics2 system.Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.rest.MetricsRESTSourceImpl
Hadoop Two implementation of a metrics2 source that will export metrics from the Rest server to the hadoop metrics2 subsystem. -
Uses of org.apache.hadoop.hbase.metrics.BaseSource in org.apache.hadoop.hbase.thrift
Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.thrift.MetricsThriftServerSource
Interface of a class that will export metrics about Thrift to hadoop's metrics2.Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.thrift.MetricsThriftServerSourceImpl
Hadoop 2 version ofMetricsThriftServerSource
Implements BaseSource through BaseSourceImpl, following the pattern -
Uses of org.apache.hadoop.hbase.metrics.BaseSource in org.apache.hadoop.hbase.zookeeper
Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.zookeeper.MetricsZooKeeperSource
Interface of the source that will export metrics about the ZooKeeper.Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.zookeeper.MetricsZooKeeperSourceImpl
Class that transitions metrics from MetricsZooKeeper into the metrics subsystem.