Uses of Class
org.apache.hadoop.hbase.hbtop.field.FieldInfo
Packages that use FieldInfo
-
Uses of FieldInfo in org.apache.hadoop.hbase.hbtop.mode
Fields in org.apache.hadoop.hbase.hbtop.mode with type parameters of type FieldInfoModifier and TypeFieldDescriptionClientModeStrategy.fieldInfos
NamespaceModeStrategy.fieldInfos
RegionModeStrategy.fieldInfos
RegionServerModeStrategy.fieldInfos
TableModeStrategy.fieldInfos
UserModeStrategy.fieldInfos
Methods in org.apache.hadoop.hbase.hbtop.mode that return types with arguments of type FieldInfoModifier and TypeMethodDescriptionClientModeStrategy.getFieldInfos()
Mode.getFieldInfos()
ModeStrategy.getFieldInfos()
NamespaceModeStrategy.getFieldInfos()
RegionModeStrategy.getFieldInfos()
RegionServerModeStrategy.getFieldInfos()
TableModeStrategy.getFieldInfos()
UserModeStrategy.getFieldInfos()
Method parameters in org.apache.hadoop.hbase.hbtop.mode with type arguments of type FieldInfoModifier and TypeMethodDescriptionRegionModeStrategy.selectModeFieldsAndAddCountField
(List<FieldInfo> fieldInfos, List<Record> records, Field countField) Form new record list with records formed by only fields provided through fieldInfo and add a count field for each record with value 1 We are doing two operation of selecting and adding new field because of saving some CPU cycles on rebuilding the record again -
Uses of FieldInfo in org.apache.hadoop.hbase.hbtop.screen.top
Fields in org.apache.hadoop.hbase.hbtop.screen.top with type parameters of type FieldInfoMethods in org.apache.hadoop.hbase.hbtop.screen.top that return types with arguments of type FieldInfo