org.apache.hadoop.hbase.replication.regionserver
Interface MetricsReplicationSinkSource
- All Known Implementing Classes:
- MetricsReplicationSinkSourceImpl
public interface MetricsReplicationSinkSource
SINK_AGE_OF_LAST_APPLIED_OP
static final String SINK_AGE_OF_LAST_APPLIED_OP
- See Also:
- Constant Field Values
SINK_APPLIED_BATCHES
static final String SINK_APPLIED_BATCHES
- See Also:
- Constant Field Values
SINK_APPLIED_OPS
static final String SINK_APPLIED_OPS
- See Also:
- Constant Field Values
setLastAppliedOpAge
void setLastAppliedOpAge(long age)
incrAppliedBatches
void incrAppliedBatches(long batches)
incrAppliedOps
void incrAppliedOps(long batchsize)
getLastAppliedOpAge
long getLastAppliedOpAge()
Copyright © 2015 The Apache Software Foundation. All rights reserved.