org.apache.hadoop.hbase.replication.regionserver
Interface MetricsReplicationSinkSource

All Known Implementing Classes:
MetricsReplicationSinkSourceImpl

public interface MetricsReplicationSinkSource


Field Summary
static String SINK_AGE_OF_LAST_APPLIED_OP
           
static String SINK_APPLIED_BATCHES
           
static String SINK_APPLIED_OPS
           
 
Method Summary
 long getLastAppliedOpAge()
           
 void incrAppliedBatches(long batches)
           
 void incrAppliedOps(long batchsize)
           
 void setLastAppliedOpAge(long age)
           
 

Field Detail

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
Method Detail

setLastAppliedOpAge

void setLastAppliedOpAge(long age)

incrAppliedBatches

void incrAppliedBatches(long batches)

incrAppliedOps

void incrAppliedOps(long batchsize)

getLastAppliedOpAge

long getLastAppliedOpAge()


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.