Uses of Interface
org.apache.hadoop.hbase.metrics.BaseSource

Packages that use BaseSource
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.master.balancer   
org.apache.hadoop.hbase.metrics   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.wal   
org.apache.hadoop.hbase.replication.regionserver   
org.apache.hadoop.hbase.rest HBase REST 
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
 

Uses of BaseSource in org.apache.hadoop.hbase.ipc
 

Subinterfaces of BaseSource in org.apache.hadoop.hbase.ipc
 interface MetricsHBaseServerSource
           
 

Classes in org.apache.hadoop.hbase.ipc that implement BaseSource
 class MetricsHBaseServerSourceImpl
           
 

Uses of BaseSource in org.apache.hadoop.hbase.master
 

Subinterfaces of BaseSource in org.apache.hadoop.hbase.master
 interface MetricsAssignmentManagerSource
           
 interface MetricsMasterFileSystemSource
           
 interface MetricsMasterSource
          Interface that classes that expose metrics about the master will implement.
 interface MetricsSnapshotSource
           
 

Classes in org.apache.hadoop.hbase.master that implement BaseSource
 class MetricsAssignmentManagerSourceImpl
           
 class MetricsMasterFilesystemSourceImpl
           
 class MetricsMasterSourceImpl
          Hadoop2 implementation of MetricsMasterSource.
 class MetricsSnapshotSourceImpl
           
 

Uses of BaseSource in org.apache.hadoop.hbase.master.balancer
 

Subinterfaces of BaseSource in org.apache.hadoop.hbase.master.balancer
 interface MetricsBalancerSource
           
 

Classes in org.apache.hadoop.hbase.master.balancer that implement BaseSource
 class MetricsBalancerSourceImpl
           
 

Uses of BaseSource in org.apache.hadoop.hbase.metrics
 

Classes in org.apache.hadoop.hbase.metrics that implement BaseSource
 class BaseSourceImpl
          Hadoop 2 implementation of BaseSource (using metrics2 framework).
 

Uses of BaseSource in org.apache.hadoop.hbase.regionserver
 

Subinterfaces of BaseSource in org.apache.hadoop.hbase.regionserver
 interface MetricsRegionAggregateSource
          This interface will be implemented by a MetricsSource that will export metrics from multiple regions into the hadoop metrics system.
 interface MetricsRegionServerSource
          Interface for classes that expose metrics about the regionserver.
 

Classes in org.apache.hadoop.hbase.regionserver that implement BaseSource
 class MetricsRegionAggregateSourceImpl
           
 class MetricsRegionServerSourceImpl
          Hadoop2 implementation of MetricsRegionServerSource.
 

Uses of BaseSource in org.apache.hadoop.hbase.regionserver.wal
 

Subinterfaces of BaseSource in org.apache.hadoop.hbase.regionserver.wal
 interface MetricsEditsReplaySource
          Interface of the source that will export metrics about log replay statistics when recovering a region server in distributedLogReplay mode
 interface MetricsWALSource
          Interface of the source that will export metrics about the region server's HLog.
 

Classes in org.apache.hadoop.hbase.regionserver.wal that implement BaseSource
 class MetricsEditsReplaySourceImpl
          Hadoop1 implementation of MetricsMasterSource.
 class MetricsWALSourceImpl
          Class that transitions metrics from HLog's MetricsWAL into the metrics subsystem.
 

Uses of BaseSource in org.apache.hadoop.hbase.replication.regionserver
 

Subinterfaces of BaseSource in org.apache.hadoop.hbase.replication.regionserver
 interface MetricsReplicationSource
          Provides access to gauges and counters.
 

Classes in org.apache.hadoop.hbase.replication.regionserver that implement BaseSource
 class MetricsReplicationSourceImpl
          Hadoop2 implementation of MetricsReplicationSource.
 

Uses of BaseSource in org.apache.hadoop.hbase.rest
 

Subinterfaces of BaseSource in org.apache.hadoop.hbase.rest
 interface MetricsRESTSource
          Interface of the Metrics Source that will export data to Hadoop's Metrics2 system.
 

Classes in org.apache.hadoop.hbase.rest that implement BaseSource
 class MetricsRESTSourceImpl
          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.thrift
 interface MetricsThriftServerSource
          Interface of a class that will export metrics about Thrift to hadoop's metrics2.
 

Classes in org.apache.hadoop.hbase.thrift that implement BaseSource
 class MetricsThriftServerSourceImpl
          Hadoop 2 version of MetricsThriftServerSourceMetricsThriftServerSource Implements BaseSource through BaseSourceImpl, following the pattern
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.