Package com.illumon.iris.console.events
Interface BulkQueryPartitioningPanel
- All Known Implementing Classes:
BulkQueryPartitioningPanelDate
,BulkQueryPartitioningPanelOther
public interface BulkQueryPartitioningPanel
Panel to provide a list of column partition values
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BulkQueryPartitioningPanel.PartitionValueException
Class to hold partitioning value exceptions -
Method Summary
Modifier and Type Method Description List<String>
getColumnPartitionValues()
Return the list of column partition values for this partitioning panel.JComponent
getComponent()
Get the primary component for this panel
-
Method Details
-
getColumnPartitionValues
Return the list of column partition values for this partitioning panel.- Returns:
- the list of partitioning values, or an empty list if none were provided
- Throws:
BulkQueryPartitioningPanel.PartitionValueException
- if the supplied partition values are not valid
-
getComponent
JComponent getComponent()Get the primary component for this panel- Returns:
- the primary component
-