public enum ManagerClusterType extends Enum<ManagerClusterType>
| Enum Constant and Description | 
|---|
| ELASTIC_GRID | 
| KUBERNETES | 
| SERVICE_GRID | 
| Modifier and Type | Method and Description | 
|---|---|
| static ManagerClusterType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ManagerClusterType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ManagerClusterType SERVICE_GRID
public static final ManagerClusterType ELASTIC_GRID
public static final ManagerClusterType KUBERNETES
public static ManagerClusterType[] values()
for (ManagerClusterType c : ManagerClusterType.values()) System.out.println(c);
public static ManagerClusterType 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 © GigaSpaces.