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  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getLastAppliedOpAge()  | 
void | 
incrAppliedBatches(long batches)  | 
void | 
incrAppliedHFiles(long hfileSize)  | 
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
static final String SINK_APPLIED_HFILES
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.