Uses of Class
org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped.DatacenterAndName

Packages that use DatacenterAndName
org.jclouds.joyent.cloudapi.v6_5.compute   
org.jclouds.joyent.cloudapi.v6_5.compute.config   
org.jclouds.joyent.cloudapi.v6_5.compute.loaders   
org.jclouds.joyent.cloudapi.v6_5.compute.predicates   
org.jclouds.joyent.cloudapi.v6_5.compute.strategy   
org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped   
 

Uses of DatacenterAndName in org.jclouds.joyent.cloudapi.v6_5.compute
 

Fields in org.jclouds.joyent.cloudapi.v6_5.compute with type parameters of type DatacenterAndName
protected  com.google.common.cache.LoadingCache<DatacenterAndName,KeyAndPrivateKey> JoyentCloudComputeService.keyCache
           
 

Constructor parameters in org.jclouds.joyent.cloudapi.v6_5.compute with type arguments of type DatacenterAndName
JoyentCloudComputeService(org.jclouds.compute.ComputeServiceContext context, Map<String,org.jclouds.domain.Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>> images, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Hardware>> sizes, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, org.jclouds.compute.strategy.ListNodesStrategy listNodesStrategy, org.jclouds.compute.strategy.GetImageStrategy getImageStrategy, org.jclouds.compute.strategy.GetNodeMetadataStrategy getNodeMetadataStrategy, org.jclouds.compute.strategy.CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, org.jclouds.compute.strategy.RebootNodeStrategy rebootNodeStrategy, org.jclouds.compute.strategy.DestroyNodeStrategy destroyNodeStrategy, org.jclouds.compute.strategy.ResumeNodeStrategy startNodeStrategy, org.jclouds.compute.strategy.SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<org.jclouds.compute.domain.TemplateBuilder> templateBuilderProvider, javax.inject.Provider<org.jclouds.compute.options.TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeSuspended, org.jclouds.compute.strategy.InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, org.jclouds.compute.callables.RunScriptOnNode.Factory runScriptOnNodeFactory, org.jclouds.scriptbuilder.functions.InitAdminAccess initAdminAccess, org.jclouds.compute.internal.PersistNodeCredentials persistNodeCredentials, org.jclouds.compute.reference.ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, JoyentCloudApi novaApi, com.google.common.cache.LoadingCache<DatacenterAndName,KeyAndPrivateKey> keyCache, com.google.common.base.Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByDatacenterId, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention, com.google.common.base.Optional<org.jclouds.compute.extensions.ImageExtension> imageExtension)
           
 

Uses of DatacenterAndName in org.jclouds.joyent.cloudapi.v6_5.compute.config
 

Methods in org.jclouds.joyent.cloudapi.v6_5.compute.config that return types with arguments of type DatacenterAndName
protected  com.google.common.cache.LoadingCache<DatacenterAndName,KeyAndPrivateKey> JoyentCloudComputeServiceContextModule.keyMap(com.google.common.cache.CacheLoader<DatacenterAndName,KeyAndPrivateKey> in)
           
 

Method parameters in org.jclouds.joyent.cloudapi.v6_5.compute.config with type arguments of type DatacenterAndName
protected  com.google.common.cache.LoadingCache<DatacenterAndName,KeyAndPrivateKey> JoyentCloudComputeServiceContextModule.keyMap(com.google.common.cache.CacheLoader<DatacenterAndName,KeyAndPrivateKey> in)
           
 

Uses of DatacenterAndName in org.jclouds.joyent.cloudapi.v6_5.compute.loaders
 

Methods in org.jclouds.joyent.cloudapi.v6_5.compute.loaders with parameters of type DatacenterAndName
 KeyAndPrivateKey CreateUniqueKey.load(DatacenterAndName datacenterAndName)
           
 

Uses of DatacenterAndName in org.jclouds.joyent.cloudapi.v6_5.compute.predicates
 

Methods in org.jclouds.joyent.cloudapi.v6_5.compute.predicates with parameters of type DatacenterAndName
 boolean AllNodesInGroupTerminated.apply(DatacenterAndName input)
           
 

Uses of DatacenterAndName in org.jclouds.joyent.cloudapi.v6_5.compute.strategy
 

Constructor parameters in org.jclouds.joyent.cloudapi.v6_5.compute.strategy with type arguments of type DatacenterAndName
ApplyJoyentCloudTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet(org.jclouds.compute.strategy.CreateNodeWithGroupEncodedIntoName addNodeWithTagStrategy, org.jclouds.compute.strategy.ListNodesStrategy listNodesStrategy, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention, org.jclouds.compute.strategy.CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory, ExecutorService executor, com.google.common.cache.LoadingCache<DatacenterAndName,KeyAndPrivateKey> keyCache, boolean defaultToAutogenerateKeys)
           
 

Uses of DatacenterAndName in org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped
 

Subclasses of DatacenterAndName in org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped
 class KeyInDatacenter
           
 class PackageInDatacenter
           
 

Fields in org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped with type parameters of type DatacenterAndName
static com.google.common.base.Function<DatacenterAndName,String> DatacenterAndName.DATACENTER_FUNCTION
           
static com.google.common.base.Function<DatacenterAndName,String> DatacenterAndName.NAME_FUNCTION
           
 

Methods in org.jclouds.joyent.cloudapi.v6_5.domain.datacenterscoped that return DatacenterAndName
static DatacenterAndName DatacenterAndName.fromDatacenterAndName(String datacenterId, String name)
           
static DatacenterAndName DatacenterAndName.fromSlashEncoded(String name)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.