@InterfaceAudience.Private public class MetricsRegionSourceImpl extends Object implements MetricsRegionSource
COMPACTIONS_COMPLETED_COUNT, COMPACTIONS_COMPLETED_DESC, COPROCESSOR_EXECUTION_STATISTICS, COPROCESSOR_EXECUTION_STATISTICS_DESC, NUM_BYTES_COMPACTED_COUNT, NUM_BYTES_COMPACTED_DESC, NUM_FILES_COMPACTED_COUNT, NUM_FILES_COMPACTED_DESC, OPS_SAMPLE_NAME, SIZE_VALUE_NAME| Constructor and Description |
|---|
MetricsRegionSourceImpl(MetricsRegionWrapper regionWrapper,
MetricsRegionAggregateSourceImpl aggregate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
compareTo(MetricsRegionSource source) |
boolean |
equals(Object obj) |
MetricsRegionAggregateSource |
getAggregateSource() |
int |
hashCode() |
void |
updateAppend() |
void |
updateDelete() |
void |
updateGet(long getSize) |
void |
updateIncrement() |
void |
updatePut() |
void |
updateScan(long scanSize) |
public MetricsRegionSourceImpl(MetricsRegionWrapper regionWrapper, MetricsRegionAggregateSourceImpl aggregate)
public void close()
close in interface MetricsRegionSourcepublic void updatePut()
updatePut in interface MetricsRegionSourcepublic void updateDelete()
updateDelete in interface MetricsRegionSourcepublic void updateGet(long getSize)
updateGet in interface MetricsRegionSourcepublic void updateScan(long scanSize)
updateScan in interface MetricsRegionSourcepublic void updateIncrement()
updateIncrement in interface MetricsRegionSourcepublic void updateAppend()
updateAppend in interface MetricsRegionSourcepublic MetricsRegionAggregateSource getAggregateSource()
getAggregateSource in interface MetricsRegionSourcepublic int compareTo(MetricsRegionSource source)
compareTo in interface Comparable<MetricsRegionSource>Copyright © 2007-2017 The Apache Software Foundation. All Rights Reserved.