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