|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ZoneAndName in org.jclouds.openstack.nova.v2_0.compute |
|---|
| Fields in org.jclouds.openstack.nova.v2_0.compute with type parameters of type ZoneAndName | |
|---|---|
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeServiceAdapter.keyPairCache
|
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeService.keyPairCache
|
protected com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> |
NovaComputeService.securityGroupMap
|
| Constructor parameters in org.jclouds.openstack.nova.v2_0.compute with type arguments of type ZoneAndName | |
|---|---|
NovaComputeService(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,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
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 org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention,
com.google.common.base.Optional<org.jclouds.compute.extensions.ImageExtension> imageExtension,
com.google.common.base.Optional<org.jclouds.compute.extensions.SecurityGroupExtension> securityGroupExtension)
|
|
NovaComputeService(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,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
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 org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention,
com.google.common.base.Optional<org.jclouds.compute.extensions.ImageExtension> imageExtension,
com.google.common.base.Optional<org.jclouds.compute.extensions.SecurityGroupExtension> securityGroupExtension)
|
|
NovaComputeServiceAdapter(NovaApi novaApi,
com.google.common.base.Supplier<Set<String>> zoneIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache)
|
|
| Uses of ZoneAndName in org.jclouds.openstack.nova.v2_0.compute.config |
|---|
| Methods in org.jclouds.openstack.nova.v2_0.compute.config that return types with arguments of type ZoneAndName | |
|---|---|
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<ZoneAndName,KeyPair> in)
|
protected com.google.common.base.Predicate<AtomicReference<ZoneAndName>> |
NovaComputeServiceContextModule.securityGroupEventualConsistencyDelay(FindSecurityGroupWithNameAndReturnTrue in,
long msDelay)
|
protected com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> |
NovaComputeServiceContextModule.securityGroupMap(com.google.common.cache.CacheLoader<ZoneAndName,SecurityGroupInZone> in)
|
| Method parameters in org.jclouds.openstack.nova.v2_0.compute.config with type arguments of type ZoneAndName | |
|---|---|
protected com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> |
NovaComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<ZoneAndName,KeyPair> in)
|
protected com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> |
NovaComputeServiceContextModule.securityGroupMap(com.google.common.cache.CacheLoader<ZoneAndName,SecurityGroupInZone> in)
|
| Uses of ZoneAndName in org.jclouds.openstack.nova.v2_0.compute.extensions |
|---|
| Fields in org.jclouds.openstack.nova.v2_0.compute.extensions with type parameters of type ZoneAndName | |
|---|---|
protected com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> |
NovaSecurityGroupExtension.groupCreator
|
| Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.extensions with type arguments of type ZoneAndName | |
|---|---|
NovaSecurityGroupExtension(NovaApi api,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
com.google.common.base.Supplier<Set<String>> zoneIds,
com.google.common.base.Function<SecurityGroupInZone,org.jclouds.compute.domain.SecurityGroup> groupConverter,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> groupCreator,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
|
|
| Uses of ZoneAndName in org.jclouds.openstack.nova.v2_0.compute.functions |
|---|
| Fields in org.jclouds.openstack.nova.v2_0.compute.functions with type parameters of type ZoneAndName | |
|---|---|
protected com.google.common.base.Predicate<AtomicReference<ZoneAndName>> |
SecurityGroupRuleToIpPermission.returnSecurityGroupExistsInZone
|
| Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type ZoneAndName | |
|---|---|
SecurityGroupRuleToIpPermission(com.google.common.base.Predicate<AtomicReference<ZoneAndName>> returnSecurityGroupExistsInZone,
com.google.common.base.Supplier<Map<String,org.jclouds.domain.Location>> locationIndex,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> groupMap)
|
|
SecurityGroupRuleToIpPermission(com.google.common.base.Predicate<AtomicReference<ZoneAndName>> returnSecurityGroupExistsInZone,
com.google.common.base.Supplier<Map<String,org.jclouds.domain.Location>> locationIndex,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> groupMap)
|
|
| Uses of ZoneAndName in org.jclouds.openstack.nova.v2_0.compute.loaders |
|---|
| Fields in org.jclouds.openstack.nova.v2_0.compute.loaders with type parameters of type ZoneAndName | |
|---|---|
protected com.google.common.base.Predicate<AtomicReference<ZoneAndName>> |
FindSecurityGroupOrCreate.returnSecurityGroupExistsInZone
|
| Methods in org.jclouds.openstack.nova.v2_0.compute.loaders with parameters of type ZoneAndName | |
|---|---|
SecurityGroupInZone |
FindSecurityGroupOrCreate.load(ZoneAndName in)
|
KeyPair |
CreateUniqueKeyPair.load(ZoneAndName zoneAndName)
|
| Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.loaders with type arguments of type ZoneAndName | |
|---|---|
FindSecurityGroupOrCreate(com.google.common.base.Predicate<AtomicReference<ZoneAndName>> returnSecurityGroupExistsInZone,
com.google.common.base.Function<ZoneSecurityGroupNameAndPorts,SecurityGroupInZone> groupCreator)
|
|
| Uses of ZoneAndName in org.jclouds.openstack.nova.v2_0.compute.predicates |
|---|
| Methods in org.jclouds.openstack.nova.v2_0.compute.predicates with parameters of type ZoneAndName | |
|---|---|
boolean |
AllNodesInGroupTerminated.apply(ZoneAndName input)
|
| Uses of ZoneAndName in org.jclouds.openstack.nova.v2_0.compute.strategy |
|---|
| Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.strategy with type arguments of type ZoneAndName | |
|---|---|
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet(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,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
AllocateAndAddFloatingIpToNode createAndAddFloatingIpToNode,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> securityGroupCache,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache,
NovaApi novaApi)
|
|
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet(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,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
AllocateAndAddFloatingIpToNode createAndAddFloatingIpToNode,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> securityGroupCache,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache,
NovaApi novaApi)
|
|
| Uses of ZoneAndName in org.jclouds.openstack.nova.v2_0.domain.zonescoped |
|---|
| Subclasses of ZoneAndName in org.jclouds.openstack.nova.v2_0.domain.zonescoped | |
|---|---|
class |
SecurityGroupInZone
|
class |
ZoneSecurityGroupNameAndPorts
|
| Fields in org.jclouds.openstack.nova.v2_0.domain.zonescoped with type parameters of type ZoneAndName | |
|---|---|
static com.google.common.base.Function<ZoneAndName,String> |
ZoneAndName.NAME_FUNCTION
|
static com.google.common.base.Function<ZoneAndName,String> |
ZoneAndName.ZONE_FUNCTION
|
| Methods in org.jclouds.openstack.nova.v2_0.domain.zonescoped that return ZoneAndName | |
|---|---|
static ZoneAndName |
ZoneAndName.fromSlashEncoded(String name)
|
static ZoneAndName |
ZoneAndName.fromZoneAndName(String zoneId,
String name)
|
| Uses of ZoneAndName in org.jclouds.openstack.nova.v2_0.predicates |
|---|
| Method parameters in org.jclouds.openstack.nova.v2_0.predicates with type arguments of type ZoneAndName | |
|---|---|
boolean |
FindSecurityGroupWithNameAndReturnTrue.apply(AtomicReference<ZoneAndName> securityGroupInZoneRef)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||