Constructor and Description |
---|
HPCloudComputeServiceAdapter(NovaApi novaApi,
com.google.common.base.Supplier<Set<String>> zoneIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache) |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeServiceAdapter.keyPairCache |
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeService.keyPairCache |
Constructor and Description |
---|
NovaComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetImageStrategy getImageStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
NovaApi novaApi,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> securityGroupMap,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache,
com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId,
GroupNamingConvention.Factory namingConvention,
com.google.common.base.Optional<ImageExtension> imageExtension) |
NovaComputeServiceAdapter(NovaApi novaApi,
com.google.common.base.Supplier<Set<String>> zoneIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<ZoneAndName,KeyPair> in) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<ZoneAndName,KeyPair> in) |
Modifier and Type | Method and Description |
---|---|
KeyPair |
CreateUniqueKeyPair.load(ZoneAndName zoneAndName) |
Constructor and Description |
---|
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet(CreateNodeWithGroupEncodedIntoName addNodeWithTagStrategy,
ListNodesStrategy listNodesStrategy,
GroupNamingConvention.Factory namingConvention,
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory,
ExecutorService executor,
AllocateAndAddFloatingIpToNode createAndAddFloatingIpToNode,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> securityGroupCache,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache,
NovaApi novaApi) |
Modifier and Type | Method and Description |
---|---|
KeyPair |
KeyPair.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
KeyPair.Builder.fromKeyPair(KeyPair in) |
Modifier and Type | Method and Description |
---|---|
KeyPair |
KeyPairApi.create(String name)
Create a Key Pair.
|
KeyPair |
KeyPairApi.createWithPublicKey(String name,
String publicKey)
Create a Key Pair with a public key.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
KeyPairAsyncApi.create(String name) |
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
KeyPairAsyncApi.createWithPublicKey(String name,
String publicKey) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends KeyPair>> |
KeyPairAsyncApi.list() |
com.google.common.collect.FluentIterable<? extends KeyPair> |
KeyPairApi.list()
List all Key Pairs.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<? extends KeyPair> |
ParseKeyPairs.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<KeyPair> |
KeyPairPredicates.nameEquals(String name)
matches name of the given keypair starts with the specified prefix
|
static com.google.common.base.Predicate<KeyPair> |
KeyPairPredicates.nameMatches(com.google.common.base.Predicate<String> name)
matches name of the given key pair
|
Constructor and Description |
---|
TryStackNovaServiceAdapter(NovaApi novaApi,
com.google.common.base.Supplier<Set<String>> zoneIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache) |
Copyright © 2009-2013 jclouds. All Rights Reserved.