Uses of Class
org.apache.hadoop.hbase.coprocessor.example.row.stats.RowStatisticsImpl
Package
Description
-
Uses of RowStatisticsImpl in org.apache.hadoop.hbase.coprocessor.example.row.stats
Modifier and TypeFieldDescriptionprivate final RowStatisticsImpl
RowStatisticsCompactionObserver.RowStatisticsScanner.rowStatistics
ModifierConstructorDescriptionRowStatisticsScanner
(InternalScanner scanner, RowStatisticsImpl rowStatistics, RegionCoprocessorEnvironment regionEnv, RowStatisticsRecorder customRecorder) -
Uses of RowStatisticsImpl in org.apache.hadoop.hbase.coprocessor.example.row.stats.recorder
Modifier 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)