protected static enum ClearExpiredRecordsTask.ProcessablePartitionType extends Enum<ClearExpiredRecordsTask.ProcessablePartitionType>
Enum Constant and Description |
---|
PRIMARY_OR_BACKUP_PARTITION |
PRIMARY_PARTITION |
Modifier and Type | Method and Description |
---|---|
static ClearExpiredRecordsTask.ProcessablePartitionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClearExpiredRecordsTask.ProcessablePartitionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClearExpiredRecordsTask.ProcessablePartitionType PRIMARY_PARTITION
public static final ClearExpiredRecordsTask.ProcessablePartitionType PRIMARY_OR_BACKUP_PARTITION
public static ClearExpiredRecordsTask.ProcessablePartitionType[] values()
for (ClearExpiredRecordsTask.ProcessablePartitionType c : ClearExpiredRecordsTask.ProcessablePartitionType.values()) System.out.println(c);
public static ClearExpiredRecordsTask.ProcessablePartitionType 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 © 2021 Hazelcast, Inc.. All Rights Reserved.