Class MetricsTable
java.lang.Object
org.apache.hadoop.hbase.regionserver.MetricsTable
-
Field Summary
Modifier and TypeFieldDescriptionprivate final MetricsTableAggregateSource
private MetricsTableWrapperAggregate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
incrSplitRequest
(String table) void
incrSplitSuccess
(String table) void
updateCompactionInputFileCount
(String table, boolean isMajor, long c) void
updateCompactionInputSize
(String table, boolean isMajor, long bytes) void
updateCompactionOutputFileCount
(String table, boolean isMajor, long c) void
updateCompactionOutputSize
(String table, boolean isMajor, long bytes) void
updateCompactionTime
(String table, boolean isMajor, long t) void
updateFlushMemstoreSize
(String table, long bytes) void
updateFlushOutputSize
(String table, long bytes) void
updateFlushTime
(String table, long t) void
updateSplitTime
(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
-