public class OperatorWrapper extends Object
Modifier and Type | Field and Description |
---|---|
static String[] |
OPERATOR_COLUMNS |
static String[] |
OPERATOR_COLUMNS_TOOLTIP |
static String[] |
OPERATORS_OVERVIEW_COLUMNS |
static String[] |
OPERATORS_OVERVIEW_COLUMNS_TOOLTIP |
Constructor and Description |
---|
OperatorWrapper(int major,
List<org.apache.commons.lang3.tuple.ImmutablePair<org.apache.commons.lang3.tuple.ImmutablePair<UserBitShared.OperatorProfile,Integer>,String>> opsAndHostsList,
Map<String,String> phyOperMap,
DrillConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
addSummary(TableBuilder tb,
Map<String,Long> majorFragmentBusyTally,
long majorFragmentBusyTallyTotal) |
String |
getContent() |
String |
getDisplayName() |
String |
getId() |
String |
getMetricsTable() |
public static final String[] OPERATOR_COLUMNS
public static final String[] OPERATOR_COLUMNS_TOOLTIP
public static final String[] OPERATORS_OVERVIEW_COLUMNS
public static final String[] OPERATORS_OVERVIEW_COLUMNS_TOOLTIP
public OperatorWrapper(int major, List<org.apache.commons.lang3.tuple.ImmutablePair<org.apache.commons.lang3.tuple.ImmutablePair<UserBitShared.OperatorProfile,Integer>,String>> opsAndHostsList, Map<String,String> phyOperMap, DrillConfig config)
Copyright © 1970 The Apache Software Foundation. All rights reserved.