|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of NovaApi in org.jclouds.hpcloud.compute |
|---|
| Constructors in org.jclouds.hpcloud.compute with parameters of type NovaApi | |
|---|---|
HPCloudComputeServiceAdapter(NovaApi novaApi,
com.google.common.base.Supplier<Set<String>> zoneIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache)
|
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0 |
|---|
| Fields in org.jclouds.openstack.nova.v2_0 with type parameters of type NovaApi | |
|---|---|
static com.google.common.reflect.TypeToken<RestContext<NovaApi,NovaAsyncApi>> |
NovaApiMetadata.CONTEXT_TOKEN
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute |
|---|
| Fields in org.jclouds.openstack.nova.v2_0.compute declared as NovaApi | |
|---|---|
protected NovaApi |
NovaComputeServiceAdapter.novaApi
|
protected NovaApi |
NovaComputeService.novaApi
|
| Constructors in org.jclouds.openstack.nova.v2_0.compute with parameters of type NovaApi | |
|---|---|
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)
|
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute.extensions |
|---|
| Constructors in org.jclouds.openstack.nova.v2_0.compute.extensions with parameters of type NovaApi | |
|---|---|
NovaImageExtension(NovaApi novaApi,
ExecutorService userThreads,
PredicateWithResult<ZoneAndId,Image> imageReadyPredicate)
|
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute.functions |
|---|
| Fields in org.jclouds.openstack.nova.v2_0.compute.functions declared as NovaApi | |
|---|---|
protected NovaApi |
CreateSecurityGroupIfNeeded.novaApi
|
| Constructors in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type NovaApi | |
|---|---|
AllocateAndAddFloatingIpToNode(com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
NovaApi novaApi,
com.google.common.cache.LoadingCache<ZoneAndId,Iterable<FloatingIP>> floatingIpCache)
|
|
CreateSecurityGroupIfNeeded(NovaApi novaApi)
|
|
RemoveFloatingIpFromNodeAndDeallocate(NovaApi novaApi,
com.google.common.cache.LoadingCache<ZoneAndId,Iterable<FloatingIP>> floatingIpCache)
|
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute.loaders |
|---|
| Fields in org.jclouds.openstack.nova.v2_0.compute.loaders declared as NovaApi | |
|---|---|
protected NovaApi |
CreateUniqueKeyPair.novaApi
|
| Constructors in org.jclouds.openstack.nova.v2_0.compute.loaders with parameters of type NovaApi | |
|---|---|
CreateUniqueKeyPair(NovaApi novaApi,
GroupNamingConvention.Factory namingConvention)
|
|
LoadFloatingIpsForInstance(NovaApi api)
|
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute.predicates |
|---|
| Constructors in org.jclouds.openstack.nova.v2_0.compute.predicates with parameters of type NovaApi | |
|---|---|
GetImageWhenImageInZoneHasActiveStatusPredicateWithResult(com.google.common.base.Function<ImageInZone,Image> imageInZoneToImage,
NovaApi api)
|
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.compute.strategy |
|---|
| Constructors in org.jclouds.openstack.nova.v2_0.compute.strategy with parameters of type NovaApi | |
|---|---|
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet(CreateNodeWithGroupEncodedIntoName addNodeWithTagStrategy,
ListNodesStrategy listNodesStrategy,
GroupNamingConvention.Factory namingConvention,
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory,
ExecutorService executor,
AllocateAndAddFloatingIpToNode allocateAndAddFloatingIpToNode,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> securityGroupCache,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache,
NovaApi novaApi)
|
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.config |
|---|
| Method parameters in org.jclouds.openstack.nova.v2_0.config with type arguments of type NovaApi | |
|---|---|
com.google.common.cache.LoadingCache<String,Set<Extension>> |
NovaRestClientModule.provideExtensionsByZone(javax.inject.Provider<NovaApi> novaApi)
|
| Uses of NovaApi in org.jclouds.openstack.nova.v2_0.predicates |
|---|
| Constructors in org.jclouds.openstack.nova.v2_0.predicates with parameters of type NovaApi | |
|---|---|
FindSecurityGroupWithNameAndReturnTrue(NovaApi novaApi)
|
|
| Uses of NovaApi in org.jclouds.trystack.nova |
|---|
| Constructors in org.jclouds.trystack.nova with parameters of type NovaApi | |
|---|---|
TryStackNovaServiceAdapter(NovaApi novaApi,
com.google.common.base.Supplier<Set<String>> zoneIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||