Uses of Class
org.apache.hadoop.hbase.hbtop.Record
Packages that use org.apache.hadoop.hbase.hbtop.Record
Package
Description
-
Uses of org.apache.hadoop.hbase.hbtop.Record in org.apache.hadoop.hbase.hbtop
Methods in org.apache.hadoop.hbase.hbtop that return org.apache.hadoop.hbase.hbtop.Record in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.hbtop.RecordRecord.Builder.build()org.apache.hadoop.hbase.hbtop.RecordRecord.combine(org.apache.hadoop.hbase.hbtop.Record o) static org.apache.hadoop.hbase.hbtop.RecordRecord.ofEntries(Stream<org.apache.hadoop.hbase.hbtop.Record.Entry> entries) static org.apache.hadoop.hbase.hbtop.RecordRecord.ofEntries(org.apache.hadoop.hbase.hbtop.Record.Entry... entries) Methods in org.apache.hadoop.hbase.hbtop with parameters of type org.apache.hadoop.hbase.hbtop.Record in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.hbtop.RecordRecord.combine(org.apache.hadoop.hbase.hbtop.Record o) booleanRecordFilter.execute(org.apache.hadoop.hbase.hbtop.Record record) -
Uses of org.apache.hadoop.hbase.hbtop.Record in org.apache.hadoop.hbase.hbtop.mode
Methods in org.apache.hadoop.hbase.hbtop.mode that return types with arguments of type org.apache.hadoop.hbase.hbtop.Record in inModifier and TypeMethodDescriptionstatic List<org.apache.hadoop.hbase.hbtop.Record>ModeStrategyUtils.aggregateRecords(List<org.apache.hadoop.hbase.hbtop.Record> records, org.apache.hadoop.hbase.hbtop.field.Field groupBy) Group by records on the basis of supplied groupBy field and Aggregate records usingcombine(Record)static List<org.apache.hadoop.hbase.hbtop.Record>ModeStrategyUtils.applyFilterAndGet(List<org.apache.hadoop.hbase.hbtop.Record> records, List<org.apache.hadoop.hbase.hbtop.RecordFilter> filters) Filter records as per the supplied filters,List<org.apache.hadoop.hbase.hbtop.Record>ClientModeStrategy.getRecords(org.apache.hadoop.hbase.ClusterMetrics clusterMetrics, List<org.apache.hadoop.hbase.hbtop.RecordFilter> pushDownFilters) List<org.apache.hadoop.hbase.hbtop.Record>Mode.getRecords(org.apache.hadoop.hbase.ClusterMetrics clusterMetrics, List<org.apache.hadoop.hbase.hbtop.RecordFilter> pushDownFilters) List<org.apache.hadoop.hbase.hbtop.Record>NamespaceModeStrategy.getRecords(org.apache.hadoop.hbase.ClusterMetrics clusterMetrics, List<org.apache.hadoop.hbase.hbtop.RecordFilter> pushDownFilters) List<org.apache.hadoop.hbase.hbtop.Record>RegionModeStrategy.getRecords(org.apache.hadoop.hbase.ClusterMetrics clusterMetrics, List<org.apache.hadoop.hbase.hbtop.RecordFilter> pushDownFilters) List<org.apache.hadoop.hbase.hbtop.Record>RegionServerModeStrategy.getRecords(org.apache.hadoop.hbase.ClusterMetrics clusterMetrics, List<org.apache.hadoop.hbase.hbtop.RecordFilter> pushDownFilters) List<org.apache.hadoop.hbase.hbtop.Record>TableModeStrategy.getRecords(org.apache.hadoop.hbase.ClusterMetrics clusterMetrics, List<org.apache.hadoop.hbase.hbtop.RecordFilter> pushDownFilters) List<org.apache.hadoop.hbase.hbtop.Record>UserModeStrategy.getRecords(org.apache.hadoop.hbase.ClusterMetrics clusterMetrics, List<org.apache.hadoop.hbase.hbtop.RecordFilter> pushDownFilters) Methods in org.apache.hadoop.hbase.hbtop.mode with parameters of type org.apache.hadoop.hbase.hbtop.Record in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.hbtop.mode.DrillDownInfoClientModeStrategy.drillDown(org.apache.hadoop.hbase.hbtop.Record selectedRecord) org.apache.hadoop.hbase.hbtop.mode.DrillDownInfoMode.drillDown(org.apache.hadoop.hbase.hbtop.Record currentRecord) org.apache.hadoop.hbase.hbtop.mode.DrillDownInfoNamespaceModeStrategy.drillDown(org.apache.hadoop.hbase.hbtop.Record selectedRecord) org.apache.hadoop.hbase.hbtop.mode.DrillDownInfoRegionModeStrategy.drillDown(org.apache.hadoop.hbase.hbtop.Record selectedRecord) org.apache.hadoop.hbase.hbtop.mode.DrillDownInfoRegionServerModeStrategy.drillDown(org.apache.hadoop.hbase.hbtop.Record selectedRecord) org.apache.hadoop.hbase.hbtop.mode.DrillDownInfoTableModeStrategy.drillDown(org.apache.hadoop.hbase.hbtop.Record selectedRecord) org.apache.hadoop.hbase.hbtop.mode.DrillDownInfoUserModeStrategy.drillDown(org.apache.hadoop.hbase.hbtop.Record selectedRecord) Method parameters in org.apache.hadoop.hbase.hbtop.mode with type arguments of type org.apache.hadoop.hbase.hbtop.Record in inModifier and TypeMethodDescriptionstatic List<org.apache.hadoop.hbase.hbtop.Record>ModeStrategyUtils.aggregateRecords(List<org.apache.hadoop.hbase.hbtop.Record> records, org.apache.hadoop.hbase.hbtop.field.Field groupBy) Group by records on the basis of supplied groupBy field and Aggregate records usingcombine(Record)static List<org.apache.hadoop.hbase.hbtop.Record>ModeStrategyUtils.applyFilterAndGet(List<org.apache.hadoop.hbase.hbtop.Record> records, List<org.apache.hadoop.hbase.hbtop.RecordFilter> filters) Filter records as per the supplied filters, -
Uses of org.apache.hadoop.hbase.hbtop.Record in org.apache.hadoop.hbase.hbtop.screen.top
Methods in org.apache.hadoop.hbase.hbtop.screen.top that return types with arguments of type org.apache.hadoop.hbase.hbtop.Record in inModifier and TypeMethodDescriptionList<org.apache.hadoop.hbase.hbtop.Record>TopScreenModel.getRecords()Methods in org.apache.hadoop.hbase.hbtop.screen.top with parameters of type org.apache.hadoop.hbase.hbtop.Record in inModifier and TypeMethodDescriptionbooleanTopScreenModel.drillDown(org.apache.hadoop.hbase.hbtop.Record selectedRecord) voidTopScreenView.showTopScreen(org.apache.hadoop.hbase.hbtop.screen.top.Summary summary, List<org.apache.hadoop.hbase.hbtop.screen.top.Header> headers, List<org.apache.hadoop.hbase.hbtop.Record> records, org.apache.hadoop.hbase.hbtop.Record selectedRecord)