@InterfaceAudience.Private public interface MetricsReplicationSinkSource
Modifier and Type | Field and Description |
---|---|
static String |
SINK_AGE_OF_LAST_APPLIED_OP |
static String |
SINK_APPLIED_BATCHES |
static String |
SINK_APPLIED_HFILES |
static String |
SINK_APPLIED_OPS |
static String |
SINK_FAILED_BATCHES |
Modifier and Type | Method and Description |
---|---|
long |
getFailedBatches() |
long |
getLastAppliedOpAge() |
long |
getSinkAppliedOps() |
void |
incrAppliedBatches(long batches) |
void |
incrAppliedHFiles(long hfileSize) |
void |
incrAppliedOps(long batchsize) |
void |
incrFailedBatches() |
void |
setLastAppliedOpAge(long age) |
static final String SINK_AGE_OF_LAST_APPLIED_OP
static final String SINK_APPLIED_BATCHES
static final String SINK_FAILED_BATCHES
static final String SINK_APPLIED_OPS
static final String SINK_APPLIED_HFILES
void setLastAppliedOpAge(long age)
void incrAppliedBatches(long batches)
void incrAppliedOps(long batchsize)
void incrFailedBatches()
long getLastAppliedOpAge()
void incrAppliedHFiles(long hfileSize)
long getSinkAppliedOps()
long getFailedBatches()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.