public enum ComputeCache extends Enum<ComputeCache> implements com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext>
ComputeServiceContext objects.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,org.jclouds.apis.ApiMetadata> |
COMPUTE_APIS |
static Set<String> |
COMPUTE_KEYS |
static Map<String,org.jclouds.providers.ProviderMetadata> |
COMPUTE_PROVIDERS |
static Iterable<String> |
PROVIDER_PROPERTIES
configurable properties, scoped to a provider.
|
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.ComputeServiceContext |
apply(ClusterSpec arg0) |
void |
invalidate(ClusterSpec arg0) |
void |
onFailure(org.jclouds.compute.events.StatementOnNodeFailure event) |
void |
onStart(org.jclouds.compute.events.StatementOnNodeSubmission event) |
void |
onSuccess(org.jclouds.compute.events.StatementOnNodeCompletion event) |
static ComputeCache |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeCache[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComputeCache INSTANCE
public static final Map<String,org.jclouds.providers.ProviderMetadata> COMPUTE_PROVIDERS
public static ComputeCache[] values()
for (ComputeCache c : ComputeCache.values()) System.out.println(c);
public static ComputeCache 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 org.jclouds.compute.ComputeServiceContext apply(ClusterSpec arg0)
apply in interface com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext>public void invalidate(ClusterSpec arg0)
public void onStart(org.jclouds.compute.events.StatementOnNodeSubmission event)
public void onFailure(org.jclouds.compute.events.StatementOnNodeFailure event)
public void onSuccess(org.jclouds.compute.events.StatementOnNodeCompletion event)
Copyright © 2010–2016 Cloudera. All rights reserved.