public enum ClusteringPlanPartitionFilterMode extends Enum<ClusteringPlanPartitionFilterMode>
| Enum Constant and Description |
|---|
NONE |
RECENT_DAYS |
SELECTED_PARTITIONS |
| Modifier and Type | Method and Description |
|---|---|
static ClusteringPlanPartitionFilterMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusteringPlanPartitionFilterMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusteringPlanPartitionFilterMode NONE
public static final ClusteringPlanPartitionFilterMode RECENT_DAYS
public static final ClusteringPlanPartitionFilterMode SELECTED_PARTITIONS
public static ClusteringPlanPartitionFilterMode[] values()
for (ClusteringPlanPartitionFilterMode c : ClusteringPlanPartitionFilterMode.values()) System.out.println(c);
public static ClusteringPlanPartitionFilterMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022 The Apache Software Foundation. All rights reserved.