@InterfaceAudience.Private public interface MetricsRegionSource extends Comparable<MetricsRegionSource>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
Close the region's metrics as this region is closing.
|
MetricsRegionAggregateSource |
getAggregateSource()
Get the aggregate source to which this reports.
|
void |
updateAppend()
Update related counts of appends.
|
void |
updateDelete()
Update related counts of deletes.
|
void |
updateGet(long mills)
Update time of gets
|
void |
updateIncrement()
Update related counts of increments.
|
void |
updatePut()
Update related counts of puts.
|
void |
updateScanTime(long mills)
Update time used of resultScanner.next().
|
compareTostatic final String COPROCESSOR_EXECUTION_STATISTICS_DESC
void close()
void updatePut()
void updateDelete()
void updateGet(long mills)
mills - time for this get operation.void updateScanTime(long mills)
void updateIncrement()
void updateAppend()
MetricsRegionAggregateSource getAggregateSource()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.