Uses of Interface
org.apache.hadoop.hbase.coprocessor.example.row.stats.RowStatistics
Packages that use RowStatistics
Package
Description
-
Uses of RowStatistics in org.apache.hadoop.hbase.coprocessor.example.row.stats
Classes in org.apache.hadoop.hbase.coprocessor.example.row.stats that implement RowStatisticsModifier and TypeClassDescriptionclass
Holder for accumulating row statistics inRowStatisticsCompactionObserver
Creates various cell, row, and total stats. -
Uses of RowStatistics in org.apache.hadoop.hbase.coprocessor.example.row.stats.ringbuffer
Fields in org.apache.hadoop.hbase.coprocessor.example.row.stats.ringbuffer declared as RowStatisticsModifier and TypeFieldDescriptionprivate final RowStatistics
RowStatisticsRingBufferPayload.rowStatistics
Methods in org.apache.hadoop.hbase.coprocessor.example.row.stats.ringbuffer that return RowStatisticsConstructors in org.apache.hadoop.hbase.coprocessor.example.row.stats.ringbuffer with parameters of type RowStatisticsModifierConstructorDescriptionRowStatisticsRingBufferPayload
(RowStatistics rowStatistics, byte[] fullRegionName) -
Uses of RowStatistics in org.apache.hadoop.hbase.coprocessor.example.row.stats.utils
Methods in org.apache.hadoop.hbase.coprocessor.example.row.stats.utils with parameters of type RowStatisticsModifier and TypeMethodDescriptionstatic Put
RowStatisticsTableUtil.buildPutForRegion
(byte[] regionRowKey, RowStatistics rowStatistics, boolean isMajor)