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

Packages that use org.apache.hadoop.hbase.metrics.BaseSource
  • Uses of org.apache.hadoop.hbase.metrics.BaseSource in org.apache.hadoop.hbase.io

    Subinterfaces of org.apache.hadoop.hbase.metrics.BaseSource in in org.apache.hadoop.hbase.io
    Modifier and Type
    Interface
    Description
    interface 
    org.apache.hadoop.hbase.io.MetricsIOSource
     
    Classes in org.apache.hadoop.hbase.io that implement org.apache.hadoop.hbase.metrics.BaseSource in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.io.MetricsIOSourceImpl
     
  • Uses of org.apache.hadoop.hbase.metrics.BaseSource in org.apache.hadoop.hbase.ipc

    Subinterfaces of org.apache.hadoop.hbase.metrics.BaseSource in in org.apache.hadoop.hbase.ipc
    Modifier and Type
    Interface
    Description
    interface 
    org.apache.hadoop.hbase.ipc.MetricsHBaseServerSource
     
    Classes in org.apache.hadoop.hbase.ipc that implement org.apache.hadoop.hbase.metrics.BaseSource in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.ipc.MetricsHBaseServerSourceImpl
     
  • Uses of org.apache.hadoop.hbase.metrics.BaseSource in org.apache.hadoop.hbase.master

    Subinterfaces of org.apache.hadoop.hbase.metrics.BaseSource in in org.apache.hadoop.hbase.master
    Modifier and Type
    Interface
    Description
    interface 
    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
     
    Classes in org.apache.hadoop.hbase.master that implement org.apache.hadoop.hbase.metrics.BaseSource in in
    Modifier and Type
    Class
    Description
    class 
    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 of MetricsMasterQuotaSource 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

    Subinterfaces of org.apache.hadoop.hbase.metrics.BaseSource in in org.apache.hadoop.hbase.metrics
    Modifier and Type
    Interface
    Description
    interface 
    org.apache.hadoop.hbase.metrics.ExceptionTrackingSource
    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 org.apache.hadoop.hbase.metrics.BaseSource in in
    Modifier and Type
    Class
    Description
    class 
    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

    Subinterfaces of org.apache.hadoop.hbase.metrics.BaseSource in in org.apache.hadoop.hbase.namequeues
    Modifier and Type
    Interface
    Description
    interface 
    org.apache.hadoop.hbase.namequeues.MetricsWALEventTrackerSource
     
    Classes in org.apache.hadoop.hbase.namequeues that implement org.apache.hadoop.hbase.metrics.BaseSource in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.namequeues.MetricsWALEventTrackerSourceImpl
     
  • Uses of org.apache.hadoop.hbase.metrics.BaseSource in org.apache.hadoop.hbase.regionserver

    Subinterfaces of org.apache.hadoop.hbase.metrics.BaseSource in in org.apache.hadoop.hbase.regionserver
    Modifier and Type
    Interface
    Description
    interface 
    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.
    Classes in org.apache.hadoop.hbase.regionserver that implement org.apache.hadoop.hbase.metrics.BaseSource in in
    Modifier and Type
    Class
    Description
    class 
    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 of MetricsRegionServerQuotaSource.
    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

    Subinterfaces of org.apache.hadoop.hbase.metrics.BaseSource in in org.apache.hadoop.hbase.regionserver.wal
    Modifier and Type
    Interface
    Description
    interface 
    org.apache.hadoop.hbase.regionserver.wal.MetricsWALSource
    Interface of the source that will export metrics about the region server's WAL.
    Classes in org.apache.hadoop.hbase.regionserver.wal that implement org.apache.hadoop.hbase.metrics.BaseSource in in
    Modifier and Type
    Class
    Description
    class 
    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

    Subinterfaces of org.apache.hadoop.hbase.metrics.BaseSource in in org.apache.hadoop.hbase.rest
    Modifier and Type
    Interface
    Description
    interface 
    org.apache.hadoop.hbase.rest.MetricsRESTSource
    Interface of the Metrics Source that will export data to Hadoop's Metrics2 system.
    Classes in org.apache.hadoop.hbase.rest that implement org.apache.hadoop.hbase.metrics.BaseSource in in
    Modifier and Type
    Class
    Description
    class 
    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

    Subinterfaces of org.apache.hadoop.hbase.metrics.BaseSource in in org.apache.hadoop.hbase.thrift
    Modifier and Type
    Interface
    Description
    interface 
    org.apache.hadoop.hbase.thrift.MetricsThriftServerSource
    Interface of a class that will export metrics about Thrift to hadoop's metrics2.
    Classes in org.apache.hadoop.hbase.thrift that implement org.apache.hadoop.hbase.metrics.BaseSource in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.thrift.MetricsThriftServerSourceImpl
    Hadoop 2 version of MetricsThriftServerSource Implements BaseSource through BaseSourceImpl, following the pattern
  • Uses of org.apache.hadoop.hbase.metrics.BaseSource in org.apache.hadoop.hbase.zookeeper

    Subinterfaces of org.apache.hadoop.hbase.metrics.BaseSource in in org.apache.hadoop.hbase.zookeeper
    Modifier and Type
    Interface
    Description
    interface 
    org.apache.hadoop.hbase.zookeeper.MetricsZooKeeperSource
    Interface of the source that will export metrics about the ZooKeeper.
    Classes in org.apache.hadoop.hbase.zookeeper that implement org.apache.hadoop.hbase.metrics.BaseSource in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.zookeeper.MetricsZooKeeperSourceImpl
    Class that transitions metrics from MetricsZooKeeper into the metrics subsystem.