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 RowStatisticsImpl
RowStatisticsCompactionObserver.RowStatisticsScanner.rowStatistics
Constructors 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 TypeMethodDescriptionvoid
RowStatisticsCombinedRecorder.record
(RowStatisticsImpl stats, Optional<byte[]> fullRegionName) void
RowStatisticsRecorder.record
(RowStatisticsImpl stats, Optional<byte[]> fullRegionName) void
RowStatisticsTableRecorder.record
(RowStatisticsImpl rowStatistics, Optional<byte[]> fullRegionName)