Package com.illumon.iris.console.events
Class BulkQueryPartitioningPanelDate
java.lang.Object
com.illumon.iris.console.events.BulkQueryPartitioningPanelDate
- All Implemented Interfaces:
BulkQueryPartitioningPanel
public class BulkQueryPartitioningPanelDate extends Object implements BulkQueryPartitioningPanel
BulkQueryPartitioningPanel implementation to provide a list of dates for column partitions
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.console.events.BulkQueryPartitioningPanel
BulkQueryPartitioningPanel.PartitionValueException
-
Method Summary
Modifier and Type Method Description JComponent
$$$getRootComponent$$$()
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
public List<String> getColumnPartitionValues() throws BulkQueryPartitioningPanel.PartitionValueExceptionDescription copied from interface:BulkQueryPartitioningPanel
Return the list of column partition values for this partitioning panel.- Specified by:
getColumnPartitionValues
in interfaceBulkQueryPartitioningPanel
- 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
Description copied from interface:BulkQueryPartitioningPanel
Get the primary component for this panel- Specified by:
getComponent
in interfaceBulkQueryPartitioningPanel
- Returns:
- the primary component
-
$$$getRootComponent$$$
- Noinspection:
- ALL
-