Uses of Class
org.apache.hadoop.hbase.hbtop.Record
Packages that use Record
Package
Description
-
Uses of Record in org.apache.hadoop.hbase.hbtop
Methods in org.apache.hadoop.hbase.hbtop that return RecordModifier and TypeMethodDescriptionRecord.Builder.build()
static Record
Record.ofEntries
(Stream<Record.Entry> entries) static Record
Record.ofEntries
(Record.Entry... entries) Methods in org.apache.hadoop.hbase.hbtop with parameters of type Record -
Uses of Record in org.apache.hadoop.hbase.hbtop.mode
Methods in org.apache.hadoop.hbase.hbtop.mode that return RecordModifier and TypeMethodDescription(package private) Record
ClientModeStrategy.createRecord
(String user, UserMetrics.ClientMetrics clientMetrics, long lastReportTimestamp, String server) private Record
RegionModeStrategy.createRecord
(ServerMetrics serverMetrics, RegionMetrics regionMetrics, long lastReportTimestamp) Methods in org.apache.hadoop.hbase.hbtop.mode that return types with arguments of type RecordModifier and TypeMethodDescriptionModeStrategyUtils.aggregateRecords
(List<Record> records, Field groupBy) Group by records on the basis of supplied groupBy field and Aggregate records usingcombine(Record)
ClientModeStrategy.aggregateRecordsAndAddDistinct
(List<Record> records, Field groupBy, Field distinctField, Field uniqueCountAssignedTo) Aggregate the records and count the unique values for the given distinctFieldModeStrategyUtils.applyFilterAndGet
(List<Record> records, List<RecordFilter> filters) Filter records as per the supplied filters,ClientModeStrategy.createRecords
(ClusterMetrics clusterMetrics) ClientModeStrategy.getRecords
(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) Mode.getRecords
(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) ModeStrategy.getRecords
(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) NamespaceModeStrategy.getRecords
(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) RegionModeStrategy.getRecords
(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) RegionServerModeStrategy.getRecords
(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) TableModeStrategy.getRecords
(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) UserModeStrategy.getRecords
(ClusterMetrics clusterMetrics, List<RecordFilter> pushDownFilters) RegionModeStrategy.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 againMethods in org.apache.hadoop.hbase.hbtop.mode with parameters of type RecordModifier and TypeMethodDescriptionMethod parameters in org.apache.hadoop.hbase.hbtop.mode with type arguments of type RecordModifier and TypeMethodDescriptionModeStrategyUtils.aggregateRecords
(List<Record> records, Field groupBy) Group by records on the basis of supplied groupBy field and Aggregate records usingcombine(Record)
ClientModeStrategy.aggregateRecordsAndAddDistinct
(List<Record> records, Field groupBy, Field distinctField, Field uniqueCountAssignedTo) Aggregate the records and count the unique values for the given distinctFieldModeStrategyUtils.applyFilterAndGet
(List<Record> records, List<RecordFilter> filters) Filter records as per the supplied filters, -
Uses of Record in org.apache.hadoop.hbase.hbtop.screen.top
Fields in org.apache.hadoop.hbase.hbtop.screen.top with type parameters of type RecordMethods in org.apache.hadoop.hbase.hbtop.screen.top that return RecordMethods in org.apache.hadoop.hbase.hbtop.screen.top that return types with arguments of type RecordModifier and TypeMethodDescriptionTopScreenPresenter.getDisplayedRecords()
TopScreenModel.getRecords()
Methods in org.apache.hadoop.hbase.hbtop.screen.top with parameters of type Record