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 TypeClassDescriptionclassHolder for accumulating row statistics inRowStatisticsCompactionObserverCreates 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 RowStatisticsRowStatisticsRingBufferPayload.rowStatisticsMethods 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 PutRowStatisticsTableUtil.buildPutForRegion(byte[] regionRowKey, RowStatistics rowStatistics, boolean isMajor)