public enum PartitionGroupMetaData extends Enum<PartitionGroupMetaData>
| Modifier and Type | Field and Description | 
|---|---|
| static String | PARTITION_GROUP_HOSTDeprecated.  | 
| static String | PARTITION_GROUP_NODEMetadata key definition for a node machine that containers/pods run on,
 in case of container orchestration tools being used. | 
| static String | PARTITION_GROUP_PLACEMENTMetadata key definition for the placement group to which VMs belong if a placement strategy is
 applied by cloud providers. | 
| static String | PARTITION_GROUP_RACKDeprecated.  | 
| static String | PARTITION_GROUP_ZONEMetadata key definition for a low-latency link between (virtual) data centers in the same area | 
| Modifier and Type | Method and Description | 
|---|---|
| static PartitionGroupMetaData | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static PartitionGroupMetaData[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final String PARTITION_GROUP_ZONE
@Deprecated public static final String PARTITION_GROUP_RACK
@Deprecated public static final String PARTITION_GROUP_HOST
public static final String PARTITION_GROUP_NODE
public static final String PARTITION_GROUP_PLACEMENT
public static PartitionGroupMetaData[] values()
for (PartitionGroupMetaData c : PartitionGroupMetaData.values()) System.out.println(c);
public static PartitionGroupMetaData 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.