@InterfaceAudience.Private public interface MetricsWALEventTrackerSource extends BaseSource
| Modifier and Type | Field and Description |
|---|---|
static String |
METRICS_CONTEXT
The name of the metrics context that metrics will be under.
|
static String |
METRICS_DESCRIPTION
Description
|
static String |
METRICS_JMX_CONTEXT
The name of the metrics context that metrics will be under in jmx
|
static String |
METRICS_NAME
The name of the metrics
|
static String |
NUM_FAILED_PUTS |
static String |
NUM_FAILED_PUTS_DESC |
static String |
NUM_RECORDS_FAILED_PUTS |
static String |
NUM_RECORDS_FAILED_PUTS_DESC |
HBASE_METRICS_SYSTEM_NAME| Modifier and Type | Method and Description |
|---|---|
long |
getFailedPuts() |
long |
getNumRecordsFailedPuts() |
void |
incrFailedPuts(long numRecords) |
decGauge, getMetricRegistryInfo, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogramstatic final String METRICS_NAME
static final String METRICS_CONTEXT
static final String METRICS_DESCRIPTION
static final String METRICS_JMX_CONTEXT
static final String NUM_FAILED_PUTS
static final String NUM_FAILED_PUTS_DESC
static final String NUM_RECORDS_FAILED_PUTS
static final String NUM_RECORDS_FAILED_PUTS_DESC
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.