Uses of Interface
org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource
-
Uses of JvmPauseMonitorSource in org.apache.hadoop.hbase.regionserver
Modifier and TypeInterfaceDescriptioninterface
Interface for classes that expose metrics about the regionserver.Modifier and TypeClassDescriptionclass
Hadoop2 implementation of MetricsRegionServerSource. -
Uses of JvmPauseMonitorSource in org.apache.hadoop.hbase.rest
Modifier and TypeInterfaceDescriptioninterface
Interface of the Metrics Source that will export data to Hadoop's Metrics2 system.Modifier and TypeClassDescriptionclass
Hadoop Two implementation of a metrics2 source that will export metrics from the Rest server to the hadoop metrics2 subsystem. -
Uses of JvmPauseMonitorSource in org.apache.hadoop.hbase.thrift
Modifier and TypeInterfaceDescriptioninterface
Interface of a class that will export metrics about Thrift to hadoop's metrics2.Modifier and TypeClassDescriptionclass
Hadoop 2 version ofMetricsThriftServerSource
Implements BaseSource through BaseSourceImpl, following the pattern -
Uses of JvmPauseMonitorSource in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionvoid
JvmPauseMonitor.setMetricsSource
(JvmPauseMonitorSource metricsSource) ModifierConstructorDescriptionJvmPauseMonitor
(org.apache.hadoop.conf.Configuration conf, JvmPauseMonitorSource metricsSource)