Uses of Class
org.jclouds.joyent.cloudapi.v6_5.compute.internal.KeyAndPrivateKey

Packages that use KeyAndPrivateKey
org.jclouds.joyent.cloudapi.v6_5.compute   
org.jclouds.joyent.cloudapi.v6_5.compute.config   
org.jclouds.joyent.cloudapi.v6_5.compute.internal   
org.jclouds.joyent.cloudapi.v6_5.compute.loaders   
org.jclouds.joyent.cloudapi.v6_5.compute.strategy   
 

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

Fields in org.jclouds.joyent.cloudapi.v6_5.compute with type parameters of type KeyAndPrivateKey
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 KeyAndPrivateKey
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 KeyAndPrivateKey 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 KeyAndPrivateKey
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 KeyAndPrivateKey
protected  com.google.common.cache.LoadingCache<DatacenterAndName,KeyAndPrivateKey> JoyentCloudComputeServiceContextModule.keyMap(com.google.common.cache.CacheLoader<DatacenterAndName,KeyAndPrivateKey> in)
           
 

Uses of KeyAndPrivateKey in org.jclouds.joyent.cloudapi.v6_5.compute.internal
 

Methods in org.jclouds.joyent.cloudapi.v6_5.compute.internal that return KeyAndPrivateKey
static KeyAndPrivateKey KeyAndPrivateKey.fromKeyAndPrivateKey(Key key, String privateKey)
           
 

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

Methods in org.jclouds.joyent.cloudapi.v6_5.compute.loaders that return KeyAndPrivateKey
 KeyAndPrivateKey CreateUniqueKey.load(DatacenterAndName datacenterAndName)
           
 

Uses of KeyAndPrivateKey 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 KeyAndPrivateKey
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)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.