Class OperatorWrapper
java.lang.Object
org.apache.drill.exec.server.rest.profile.OperatorWrapper
Wrapper class for profiles of ALL operator instances of the same operator type within a major fragment.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionOperatorWrapper
(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) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSummary
(TableBuilder tb, Map<String, Long> majorFragmentBusyTally, long majorFragmentBusyTallyTotal) getId()
-
Field Details
-
OPERATOR_COLUMNS
-
OPERATOR_COLUMNS_TOOLTIP
-
OPERATORS_OVERVIEW_COLUMNS
-
OPERATORS_OVERVIEW_COLUMNS_TOOLTIP
-
-
Constructor Details
-
OperatorWrapper
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)
-
-
Method Details
-
getDisplayName
-
getId
-
getContent
-
addSummary
public void addSummary(TableBuilder tb, Map<String, Long> majorFragmentBusyTally, long majorFragmentBusyTallyTotal) -
getMetricsTable
-