| Package | Description |
|---|---|
| org.apache.hadoop.hbase.hbtop | |
| org.apache.hadoop.hbase.hbtop.mode | |
| org.apache.hadoop.hbase.hbtop.screen.top |
| Modifier and Type | Method and Description |
|---|---|
Record |
Record.Builder.build() |
Record |
Record.combine(Record o) |
static Record |
Record.ofEntries(Record.Entry... entries) |
static Record |
Record.ofEntries(Stream<Record.Entry> entries) |
| Modifier and Type | Method and Description |
|---|---|
Record |
Record.combine(Record o) |
boolean |
RecordFilter.execute(Record record) |
| Modifier and Type | Method and Description |
|---|---|
static List<Record> |
ModeStrategyUtils.aggregateRecords(List<Record> records,
Field groupBy)
Group by records on the basis of supplied groupBy field and Aggregate records using
combine(Record) |
static List<Record> |
ModeStrategyUtils.applyFilterAndGet(List<Record> records,
List<RecordFilter> filters)
Filter records as per the supplied filters,
|
List<Record> |
TableModeStrategy.getRecords(org.apache.hadoop.hbase.ClusterMetrics clusterMetrics,
List<RecordFilter> pushDownFilters) |
List<Record> |
RegionServerModeStrategy.getRecords(org.apache.hadoop.hbase.ClusterMetrics clusterMetrics,
List<RecordFilter> pushDownFilters) |
List<Record> |
UserModeStrategy.getRecords(org.apache.hadoop.hbase.ClusterMetrics clusterMetrics,
List<RecordFilter> pushDownFilters) |
List<Record> |
Mode.getRecords(org.apache.hadoop.hbase.ClusterMetrics clusterMetrics,
List<RecordFilter> pushDownFilters) |
List<Record> |
RegionModeStrategy.getRecords(org.apache.hadoop.hbase.ClusterMetrics clusterMetrics,
List<RecordFilter> pushDownFilters) |
List<Record> |
NamespaceModeStrategy.getRecords(org.apache.hadoop.hbase.ClusterMetrics clusterMetrics,
List<RecordFilter> pushDownFilters) |
List<Record> |
ClientModeStrategy.getRecords(org.apache.hadoop.hbase.ClusterMetrics clusterMetrics,
List<RecordFilter> pushDownFilters) |
| Modifier and Type | Method and Description |
|---|---|
DrillDownInfo |
TableModeStrategy.drillDown(Record selectedRecord) |
DrillDownInfo |
RegionServerModeStrategy.drillDown(Record selectedRecord) |
DrillDownInfo |
UserModeStrategy.drillDown(Record selectedRecord) |
DrillDownInfo |
Mode.drillDown(Record currentRecord) |
DrillDownInfo |
RegionModeStrategy.drillDown(Record selectedRecord) |
DrillDownInfo |
NamespaceModeStrategy.drillDown(Record selectedRecord) |
DrillDownInfo |
ClientModeStrategy.drillDown(Record selectedRecord) |
| Modifier and Type | Method and Description |
|---|---|
static List<Record> |
ModeStrategyUtils.aggregateRecords(List<Record> records,
Field groupBy)
Group by records on the basis of supplied groupBy field and Aggregate records using
combine(Record) |
static List<Record> |
ModeStrategyUtils.applyFilterAndGet(List<Record> records,
List<RecordFilter> filters)
Filter records as per the supplied filters,
|
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
TopScreenModel.getRecords() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TopScreenModel.drillDown(Record selectedRecord) |
void |
TopScreenView.showTopScreen(Summary summary,
List<Header> headers,
List<Record> records,
Record selectedRecord) |
| Modifier and Type | Method and Description |
|---|---|
void |
TopScreenView.showTopScreen(Summary summary,
List<Header> headers,
List<Record> records,
Record selectedRecord) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.