public enum PartitionCompositeNodeOperator extends Enum<PartitionCompositeNodeOperator>
| Modifier and Type | Method and Description |
|---|---|
static @Nullable PartitionCompositeNodeOperator |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static PartitionCompositeNodeOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionCompositeNodeOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartitionCompositeNodeOperator AND
public static final PartitionCompositeNodeOperator OR
public static PartitionCompositeNodeOperator[] values()
for (PartitionCompositeNodeOperator c : PartitionCompositeNodeOperator.values()) System.out.println(c);
public static PartitionCompositeNodeOperator 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 null@Nullable public static @Nullable PartitionCompositeNodeOperator fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020