@InterfaceAudience.Private public class MetricsRegionSourceImpl extends Object implements MetricsRegionSource
COMPACTIONS_COMPLETED_COUNT, COMPACTIONS_COMPLETED_DESC, COMPACTIONS_FAILED_COUNT, COMPACTIONS_FAILED_DESC, COMPACTIONS_QUEUED_COUNT, COMPACTIONS_QUEUED_DESC, COPROCESSOR_EXECUTION_STATISTICS, COPROCESSOR_EXECUTION_STATISTICS_DESC, FLUSHES_QUEUED_COUNT, FLUSHES_QUEUED_DESC, LAST_MAJOR_COMPACTION_AGE, LAST_MAJOR_COMPACTION_DESC, MAX_COMPACTION_QUEUE_DESC, MAX_COMPACTION_QUEUE_SIZE, MAX_FLUSH_QUEUE_DESC, MAX_FLUSH_QUEUE_SIZE, NUM_BYTES_COMPACTED_COUNT, NUM_BYTES_COMPACTED_DESC, NUM_FILES_COMPACTED_COUNT, NUM_FILES_COMPACTED_DESC, OPS_SAMPLE_NAME, REPLICA_ID, REPLICA_ID_DESC, 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 mills) |
void |
updateIncrement() |
void |
updatePut() |
void |
updateScanTime(long mills) |
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 mills)
updateGet in interface MetricsRegionSourcepublic void updateScanTime(long mills)
updateScanTime 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–2020 The Apache Software Foundation. All rights reserved.