Class OperatorWrapper

java.lang.Object
org.apache.drill.exec.server.rest.profile.OperatorWrapper

public class OperatorWrapper extends Object
Wrapper class for profiles of ALL operator instances of the same operator type within a major fragment.
  • Field Details

    • OPERATOR_COLUMNS

      public static final String[] OPERATOR_COLUMNS
    • OPERATOR_COLUMNS_TOOLTIP

      public static final String[] OPERATOR_COLUMNS_TOOLTIP
    • OPERATORS_OVERVIEW_COLUMNS

      public static final String[] OPERATORS_OVERVIEW_COLUMNS
    • OPERATORS_OVERVIEW_COLUMNS_TOOLTIP

      public static final String[] OPERATORS_OVERVIEW_COLUMNS_TOOLTIP
  • Constructor Details

  • Method Details

    • getDisplayName

      public String getDisplayName()
    • getId

      public String getId()
    • getContent

      public String getContent()
    • addSummary

      public void addSummary(TableBuilder tb, Map<String,Long> majorFragmentBusyTally, long majorFragmentBusyTallyTotal)
    • getMetricsTable

      public String getMetricsTable()