Uses of Class
org.apache.hadoop.hbase.coprocessor.example.row.stats.RowStatisticsImpl
Packages that use RowStatisticsImpl
Package
Description
-
Uses of RowStatisticsImpl in org.apache.hadoop.hbase.coprocessor.example.row.stats
Fields in org.apache.hadoop.hbase.coprocessor.example.row.stats declared as RowStatisticsImplModifier and TypeFieldDescriptionprivate final RowStatisticsImplRowStatisticsCompactionObserver.RowStatisticsScanner.rowStatisticsConstructors in org.apache.hadoop.hbase.coprocessor.example.row.stats with parameters of type RowStatisticsImplModifierConstructorDescriptionRowStatisticsScanner(InternalScanner scanner, RowStatisticsImpl rowStatistics, RegionCoprocessorEnvironment regionEnv, RowStatisticsRecorder customRecorder) -
Uses of RowStatisticsImpl in org.apache.hadoop.hbase.coprocessor.example.row.stats.recorder
Methods in org.apache.hadoop.hbase.coprocessor.example.row.stats.recorder with parameters of type RowStatisticsImplModifier and TypeMethodDescriptionvoidRowStatisticsCombinedRecorder.record(RowStatisticsImpl stats, Optional<byte[]> fullRegionName) voidRowStatisticsRecorder.record(RowStatisticsImpl stats, Optional<byte[]> fullRegionName) voidRowStatisticsTableRecorder.record(RowStatisticsImpl rowStatistics, Optional<byte[]> fullRegionName)