Package com.illumon.iris.importers
Enum PartitioningFormulaHelpers.FormulaSubstitutions
java.lang.Object
java.lang.Enum<PartitioningFormulaHelpers.FormulaSubstitutions>
com.illumon.iris.importers.PartitioningFormulaHelpers.FormulaSubstitutions
- All Implemented Interfaces:
Serializable
,Comparable<PartitioningFormulaHelpers.FormulaSubstitutions>
,java.lang.constant.Constable
- Enclosing class:
- PartitioningFormulaHelpers
public static enum PartitioningFormulaHelpers.FormulaSubstitutions extends Enum<PartitioningFormulaHelpers.FormulaSubstitutions>
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description ALL_GROUPING_COLUMNS
AUTOBALANCE_BY_ALL_GROUPING_COLUMNS
AUTOBALANCE_BY_FIRST_GROUPING_COLUMN
AUTOBALANCE_SINGLE
FIRST_GROUPING_COLUMN
-
Method Summary
Modifier and Type Method Description static String
applyAll(String partitioningFormula, String[] groupingColumnNames)
String
getFormulaToken()
static PartitioningFormulaHelpers.FormulaSubstitutions
valueOf(String name)
Returns the enum constant of this type with the specified name.static PartitioningFormulaHelpers.FormulaSubstitutions[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AUTOBALANCE_SINGLE
-
AUTOBALANCE_BY_FIRST_GROUPING_COLUMN
public static final PartitioningFormulaHelpers.FormulaSubstitutions AUTOBALANCE_BY_FIRST_GROUPING_COLUMN -
AUTOBALANCE_BY_ALL_GROUPING_COLUMNS
public static final PartitioningFormulaHelpers.FormulaSubstitutions AUTOBALANCE_BY_ALL_GROUPING_COLUMNS -
FIRST_GROUPING_COLUMN
-
ALL_GROUPING_COLUMNS
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
applyAll
-
getFormulaToken
-