public class FragmentWrapper extends Object
Modifier and Type | Field and Description |
---|---|
static String[] |
ACTIVE_FRAGMENT_OVERVIEW_COLUMNS |
static String[] |
ACTIVE_FRAGMENT_OVERVIEW_COLUMNS_TOOLTIP |
static String[] |
COMPLETED_FRAGMENT_OVERVIEW_COLUMNS |
static String[] |
COMPLETED_FRAGMENT_OVERVIEW_COLUMNS_TOOLTIP |
static String[] |
FRAGMENT_COLUMNS |
static String[] |
FRAGMENT_COLUMNS_TOOLTIP |
static int |
NUM_NULLABLE_ACTIVE_OVERVIEW_COLUMNS |
static int |
NUM_NULLABLE_COMPLETED_OVERVIEW_COLUMNS |
Constructor and Description |
---|
FragmentWrapper(UserBitShared.MajorFragmentProfile major,
long start,
DrillConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
addFinalSummary(TableBuilder tb) |
void |
addSummary(TableBuilder tb) |
String |
getContent() |
String |
getDisplayName() |
String |
getId() |
public static final String[] ACTIVE_FRAGMENT_OVERVIEW_COLUMNS
public static final String[] ACTIVE_FRAGMENT_OVERVIEW_COLUMNS_TOOLTIP
public static final int NUM_NULLABLE_ACTIVE_OVERVIEW_COLUMNS
public static final String[] COMPLETED_FRAGMENT_OVERVIEW_COLUMNS
public static final String[] COMPLETED_FRAGMENT_OVERVIEW_COLUMNS_TOOLTIP
public static final int NUM_NULLABLE_COMPLETED_OVERVIEW_COLUMNS
public static final String[] FRAGMENT_COLUMNS
public static final String[] FRAGMENT_COLUMNS_TOOLTIP
public FragmentWrapper(UserBitShared.MajorFragmentProfile major, long start, DrillConfig config)
public String getDisplayName()
public String getId()
public void addSummary(TableBuilder tb)
public void addFinalSummary(TableBuilder tb)
public String getContent()
Copyright © 1970 The Apache Software Foundation. All rights reserved.