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.Record
Record.Builder.build()
org.apache.hadoop.hbase.hbtop.Record
Record.combine
(org.apache.hadoop.hbase.hbtop.Record o) static org.apache.hadoop.hbase.hbtop.Record
Record.ofEntries
(Stream<org.apache.hadoop.hbase.hbtop.Record.Entry> entries) static org.apache.hadoop.hbase.hbtop.Record
Record.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.Record
Record.combine
(org.apache.hadoop.hbase.hbtop.Record o) boolean
RecordFilter.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.DrillDownInfo
ClientModeStrategy.drillDown
(org.apache.hadoop.hbase.hbtop.Record selectedRecord) org.apache.hadoop.hbase.hbtop.mode.DrillDownInfo
Mode.drillDown
(org.apache.hadoop.hbase.hbtop.Record currentRecord) org.apache.hadoop.hbase.hbtop.mode.DrillDownInfo
NamespaceModeStrategy.drillDown
(org.apache.hadoop.hbase.hbtop.Record selectedRecord) org.apache.hadoop.hbase.hbtop.mode.DrillDownInfo
RegionModeStrategy.drillDown
(org.apache.hadoop.hbase.hbtop.Record selectedRecord) org.apache.hadoop.hbase.hbtop.mode.DrillDownInfo
RegionServerModeStrategy.drillDown
(org.apache.hadoop.hbase.hbtop.Record selectedRecord) org.apache.hadoop.hbase.hbtop.mode.DrillDownInfo
TableModeStrategy.drillDown
(org.apache.hadoop.hbase.hbtop.Record selectedRecord) org.apache.hadoop.hbase.hbtop.mode.DrillDownInfo
UserModeStrategy.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 TypeMethodDescriptionboolean
TopScreenModel.drillDown
(org.apache.hadoop.hbase.hbtop.Record selectedRecord) void
TopScreenView.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)