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_OPS |
Modifier and Type | Method and Description |
---|---|
long |
getLastAppliedOpAge() |
void |
incrAppliedBatches(long batches) |
void |
incrAppliedOps(long batchsize) |
void |
setLastAppliedOpAge(long age) |
static final String SINK_AGE_OF_LAST_APPLIED_OP
static final String SINK_APPLIED_BATCHES
static final String SINK_APPLIED_OPS
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.