| 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 | 
|---|---|
static com.google.common.reflect.TypeToken<RestContext<NovaApi,NovaAsyncApi>> | 
NovaApiMetadata.CONTEXT_TOKEN  | 
| Modifier and Type | Field and Description | 
|---|---|
protected NovaApi | 
NovaComputeServiceAdapter.novaApi  | 
protected NovaApi | 
NovaComputeService.novaApi  | 
| 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)  | 
| Constructor and Description | 
|---|
NovaImageExtension(NovaApi novaApi,
                  ExecutorService userThreads,
                  PredicateWithResult<ZoneAndId,Image> imageReadyPredicate)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected NovaApi | 
CreateSecurityGroupIfNeeded.novaApi  | 
| Constructor and Description | 
|---|
AllocateAndAddFloatingIpToNode(com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
                              NovaApi novaApi,
                              com.google.common.cache.LoadingCache<ZoneAndId,Iterable<? extends FloatingIP>> floatingIpCache)  | 
CreateSecurityGroupIfNeeded(NovaApi novaApi)  | 
RemoveFloatingIpFromNodeAndDeallocate(NovaApi novaApi,
                                     com.google.common.cache.LoadingCache<ZoneAndId,Iterable<? extends FloatingIP>> floatingIpCache)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected NovaApi | 
CreateUniqueKeyPair.novaApi  | 
| Constructor and Description | 
|---|
CreateUniqueKeyPair(NovaApi novaApi,
                   GroupNamingConvention.Factory namingConvention)  | 
LoadFloatingIpsForInstance(NovaApi api)  | 
| Constructor and Description | 
|---|
GetImageWhenImageInZoneHasActiveStatusPredicateWithResult(com.google.common.base.Function<ImageInZone,Image> imageInZoneToImage,
                                                         NovaApi api)  | 
| 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 | Class and Description | 
|---|---|
class  | 
NovaRestClientModule<S extends NovaApi,A extends NovaAsyncApi>
Configures the Nova connection. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.cache.LoadingCache<String,Set<? extends Extension>> | 
NovaRestClientModule.provideExtensionsByZone(javax.inject.Provider<NovaApi> novaApi)  | 
| Constructor and Description | 
|---|
ParseFlavorDetails.ToPagedIterable(NovaApi api)  | 
ParseFlavors.ToPagedIterable(NovaApi api)  | 
ParseImageDetails.ToPagedIterable(NovaApi api)  | 
ParseImages.ToPagedIterable(NovaApi api)  | 
ParseServerDetails.ToPagedIterable(NovaApi api)  | 
ParseServers.ToPagedIterable(NovaApi api)  | 
| Constructor and Description | 
|---|
FindSecurityGroupWithNameAndReturnTrue(NovaApi novaApi)  | 
| 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.