public static enum ClusterSpec.Property extends Enum<ClusterSpec.Property>
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigName() |
String |
getDescription() |
String |
getSimpleName() |
Class<?> |
getType() |
boolean |
hasMultipleArguments() |
static ClusterSpec.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterSpec.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterSpec.Property CLUSTER_NAME
public static final ClusterSpec.Property SERVICE_NAME
public static final ClusterSpec.Property CLUSTER_USER
public static final ClusterSpec.Property INSTANCE_TEMPLATES
public static final ClusterSpec.Property INSTANCE_TEMPLATES_MAX_PERCENT_FAILURES
public static final ClusterSpec.Property INSTANCE_TEMPLATES_MINIMUM_NUMBER_OF_INSTANCES
public static final ClusterSpec.Property MAX_STARTUP_RETRIES
public static final ClusterSpec.Property CONTEXT_NAME
public static final ClusterSpec.Property PROVIDER
public static final ClusterSpec.Property ENDPOINT
public static final ClusterSpec.Property IDENTITY
public static final ClusterSpec.Property CREDENTIAL
public static final ClusterSpec.Property PUBLIC_KEY_FILE
public static final ClusterSpec.Property PRIVATE_KEY_FILE
public static final ClusterSpec.Property BLOBSTORE_CONTEXT_NAME
public static final ClusterSpec.Property BLOBSTORE_PROVIDER
public static final ClusterSpec.Property BLOBSTORE_ENDPOINT
public static final ClusterSpec.Property BLOBSTORE_IDENTITY
public static final ClusterSpec.Property BLOBSTORE_CREDENTIAL
public static final ClusterSpec.Property BLOBSTORE_LOCATION_ID
public static final ClusterSpec.Property BLOBSTORE_CACHE_CONTAINER
public static final ClusterSpec.Property STATE_STORE
public static final ClusterSpec.Property STATE_STORE_CONTAINER
public static final ClusterSpec.Property STATE_STORE_BLOB
public static final ClusterSpec.Property AWS_EC2_SPOT_PRICE
public static final ClusterSpec.Property TEMPLATE
public static final ClusterSpec.Property BOOTSTRAP_USER
public static final ClusterSpec.Property IMAGE_ID
public static final ClusterSpec.Property HARDWARE_ID
public static final ClusterSpec.Property HARDWARE_MIN_RAM
public static final ClusterSpec.Property LOCATION_ID
public static final ClusterSpec.Property CLIENT_CIDRS
public static final ClusterSpec.Property FIREWALL_RULES
public static final ClusterSpec.Property FIREWALL_RULES_ROLE
public static final ClusterSpec.Property VERSION
public static final ClusterSpec.Property RUN_URL_BASE
public static final ClusterSpec.Property TERMINATE_ALL_ON_LAUNCH_FAILURE
public static final ClusterSpec.Property STORE_CLUSTER_IN_ETC_HOSTS
public static final ClusterSpec.Property AUTO_HOSTNAME_PREFIX
public static final ClusterSpec.Property AUTO_HOSTNAME_SUFFIX
public static final ClusterSpec.Property JDK_INSTALL_URL
public static final ClusterSpec.Property KERBEROS_REALM
public static final ClusterSpec.Property AWS_EC2_PLACEMENT_GROUP
public static final ClusterSpec.Property QUIET
public static ClusterSpec.Property[] values()
for (ClusterSpec.Property c : ClusterSpec.Property.values()) System.out.println(c);
public static ClusterSpec.Property 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 nullpublic String getSimpleName()
public String getConfigName()
public Class<?> getType()
public boolean hasMultipleArguments()
public String getDescription()
Copyright © 2010–2016 Cloudera. All rights reserved.