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

Packages that use org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource
  • Uses of org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource in org.apache.hadoop.hbase.regionserver

    Subinterfaces of org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource in in org.apache.hadoop.hbase.regionserver
    Modifier and Type
    Interface
    Description
    interface 
    org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
    Interface for classes that expose metrics about the regionserver.
    Classes in org.apache.hadoop.hbase.regionserver that implement org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.regionserver.MetricsRegionServerSourceImpl
    Hadoop2 implementation of MetricsRegionServerSource.
  • Uses of org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource in org.apache.hadoop.hbase.rest

    Subinterfaces of org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource 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.JvmPauseMonitorSource 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.JvmPauseMonitorSource in org.apache.hadoop.hbase.thrift

    Subinterfaces of org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource 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.JvmPauseMonitorSource 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.JvmPauseMonitorSource in org.apache.hadoop.hbase.util

    Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource
    JvmPauseMonitor.getMetricsSource()
     
    Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource in in
    Modifier and Type
    Method
    Description
    void
    JvmPauseMonitor.setMetricsSource(org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource metricsSource)
     
    Constructors in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource in in
    Modifier
    Constructor
    Description
     
    JvmPauseMonitor(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource metricsSource)