@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| 构造器和说明 |
|---|
MetricsRegionSourceImpl(MetricsRegionWrapper regionWrapper,
MetricsRegionAggregateSourceImpl aggregate) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 MetricsRegionSourcepublic void updatePut()
updatePut 在接口中 MetricsRegionSourcepublic void updateDelete()
updateDelete 在接口中 MetricsRegionSourcepublic void updateGet(long mills)
updateGet 在接口中 MetricsRegionSourcepublic void updateScanTime(long mills)
updateScanTime 在接口中 MetricsRegionSourcepublic void updateIncrement()
updateIncrement 在接口中 MetricsRegionSourcepublic void updateAppend()
updateAppend 在接口中 MetricsRegionSourcepublic MetricsRegionAggregateSource getAggregateSource()
getAggregateSource 在接口中 MetricsRegionSourcepublic int compareTo(MetricsRegionSource source)
compareTo 在接口中 Comparable<MetricsRegionSource>Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.