|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetricsRegionSource
This interface will be implemented to allow single regions to push metrics into MetricsRegionAggregateSource that will in turn push data to the Hadoop metrics system.
Method Summary | |
---|---|
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()
Update related counts of gets. |
void |
updateIncrement()
Update related counts of increments. |
void |
updatePut()
Update related counts of puts. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
void close()
void updatePut()
void updateDelete()
void updateGet()
void updateIncrement()
void updateAppend()
MetricsRegionAggregateSource getAggregateSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |