Class MetricsTable
java.lang.Object
org.apache.hadoop.hbase.regionserver.MetricsTable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MetricsTableAggregateSourceprivate MetricsTableWrapperAggregate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidincrSplitRequest(String table) voidincrSplitSuccess(String table) voidupdateCompactionInputFileCount(String table, boolean isMajor, long c) voidupdateCompactionInputSize(String table, boolean isMajor, long bytes) voidupdateCompactionOutputFileCount(String table, boolean isMajor, long c) voidupdateCompactionOutputSize(String table, boolean isMajor, long bytes) voidupdateCompactionTime(String table, boolean isMajor, long t) voidupdateFlushMemstoreSize(String table, long bytes) voidupdateFlushOutputSize(String table, long bytes) voidupdateFlushTime(String table, long t) voidupdateSplitTime(String table, long t)
-
Field Details
-
tableSourceAgg
-
wrapper
-
-
Constructor Details
-
MetricsTable
-
-
Method Details
-
getTableWrapperAgg
-
getTableSourceAgg
-
incrSplitRequest
-
incrSplitSuccess
-
updateSplitTime
-
updateFlushTime
-
updateFlushMemstoreSize
-
updateFlushOutputSize
-
updateCompactionTime
-
updateCompactionInputFileCount
-
updateCompactionInputSize
-
updateCompactionOutputFileCount
-
updateCompactionOutputSize
-