public interface MetricsEditsReplaySource extends BaseSource
| Modifier and Type | Field and Description | 
|---|---|
| static String | METRICS_CONTEXTThe name of the metrics context that metrics will be under. | 
| static String | METRICS_DESCRIPTIONDescription | 
| static String | METRICS_JMX_CONTEXTThe name of the metrics context that metrics will be under in jmx | 
| static String | METRICS_NAMEThe name of the metrics | 
| static String | REPLAY_BATCH_SIZE_DESC | 
| static String | REPLAY_BATCH_SIZE_NAME | 
| static String | REPLAY_DATA_SIZE_DESC | 
| static String | REPLAY_DATA_SIZE_NAME | 
| static String | REPLAY_TIME_DESC | 
| static String | REPLAY_TIME_NAME | 
HBASE_METRICS_SYSTEM_NAME| Modifier and Type | Method and Description | 
|---|---|
| void | updateReplayBatchSize(long size)Add the batch size of each replay | 
| void | updateReplayDataSize(long size)Add the payload data size of each replay | 
| void | updateReplayTime(long time)Add the time a replay command took | 
decGauge, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram, updateQuantilestatic final String METRICS_NAME
static final String METRICS_CONTEXT
static final String METRICS_DESCRIPTION
static final String METRICS_JMX_CONTEXT
static final String REPLAY_TIME_NAME
static final String REPLAY_TIME_DESC
static final String REPLAY_BATCH_SIZE_NAME
static final String REPLAY_BATCH_SIZE_DESC
static final String REPLAY_DATA_SIZE_NAME
static final String REPLAY_DATA_SIZE_DESC
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.