Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.rest |
HBase REST
|
org.apache.hadoop.hbase.thrift |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.util |
Modifier and Type | Interface and Description |
---|---|
interface |
MetricsRegionServerSource
Interface for classes that expose metrics about the regionserver.
|
Modifier and Type | Class and Description |
---|---|
class |
MetricsRegionServerSourceImpl
Hadoop2 implementation of MetricsRegionServerSource.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MetricsRESTSource
Interface of the Metrics Source that will export data to Hadoop's Metrics2 system.
|
Modifier and Type | Class and Description |
---|---|
class |
MetricsRESTSourceImpl
Hadoop Two implementation of a metrics2 source that will export metrics from the Rest server to
the hadoop metrics2 subsystem.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MetricsThriftServerSource
Interface of a class that will export metrics about Thrift to hadoop's metrics2.
|
Modifier and Type | Class and Description |
---|---|
class |
MetricsThriftServerSourceImpl
Hadoop 2 version of
MetricsThriftServerSource Implements
BaseSource through BaseSourceImpl, following the pattern |
Modifier and Type | Field and Description |
---|---|
private JvmPauseMonitorSource |
JvmPauseMonitor.metricsSource |
Modifier and Type | Method and Description |
---|---|
JvmPauseMonitorSource |
JvmPauseMonitor.getMetricsSource() |
Modifier and Type | Method and Description |
---|---|
void |
JvmPauseMonitor.setMetricsSource(JvmPauseMonitorSource metricsSource) |
Constructor and Description |
---|
JvmPauseMonitor(org.apache.hadoop.conf.Configuration conf,
JvmPauseMonitorSource metricsSource) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.