| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,KeyPair> |
NovaComputeServiceAdapter.keyPairCache |
protected com.google.common.cache.LoadingCache<RegionAndName,KeyPair> |
NovaComputeService.keyPairCache |
protected com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> |
NovaComputeService.securityGroupMap |
| Constructor and Description |
|---|
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<RegionAndName,SecurityGroupInRegion> securityGroupMap,
com.google.common.cache.LoadingCache<RegionAndName,KeyPair> keyPairCache,
com.google.common.base.Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByRegionId,
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<RegionAndName,SecurityGroupInRegion> securityGroupMap,
com.google.common.cache.LoadingCache<RegionAndName,KeyPair> keyPairCache,
com.google.common.base.Function<Set<? extends org.jclouds.compute.domain.NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByRegionId,
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>> regionIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<RegionAndName,KeyPair> keyPairCache) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,KeyPair> |
NovaComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<RegionAndName,KeyPair> in) |
protected com.google.common.base.Predicate<AtomicReference<RegionAndName>> |
NovaComputeServiceContextModule.securityGroupEventualConsistencyDelay(FindSecurityGroupWithNameAndReturnTrue in,
long msDelay) |
protected com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> |
NovaComputeServiceContextModule.securityGroupMap(com.google.common.cache.CacheLoader<RegionAndName,SecurityGroupInRegion> in) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,KeyPair> |
NovaComputeServiceContextModule.keyPairMap(com.google.common.cache.CacheLoader<RegionAndName,KeyPair> in) |
protected com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> |
NovaComputeServiceContextModule.securityGroupMap(com.google.common.cache.CacheLoader<RegionAndName,SecurityGroupInRegion> in) |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> |
NovaSecurityGroupExtension.groupCreator |
| Constructor and Description |
|---|
NovaSecurityGroupExtension(NovaApi api,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
com.google.common.base.Supplier<Set<String>> regionIds,
com.google.common.base.Function<SecurityGroupInRegion,org.jclouds.compute.domain.SecurityGroup> groupConverter,
com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> groupCreator,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention) |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Predicate<AtomicReference<RegionAndName>> |
SecurityGroupRuleToIpPermission.returnSecurityGroupExistsInRegion |
| Constructor and Description |
|---|
SecurityGroupRuleToIpPermission(com.google.common.base.Predicate<AtomicReference<RegionAndName>> returnSecurityGroupExistsInRegion,
com.google.common.base.Supplier<Map<String,org.jclouds.domain.Location>> locationIndex,
com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> groupMap) |
SecurityGroupRuleToIpPermission(com.google.common.base.Predicate<AtomicReference<RegionAndName>> returnSecurityGroupExistsInRegion,
com.google.common.base.Supplier<Map<String,org.jclouds.domain.Location>> locationIndex,
com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> groupMap) |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Predicate<AtomicReference<RegionAndName>> |
FindSecurityGroupOrCreate.returnSecurityGroupExistsInRegion |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroupInRegion |
FindSecurityGroupOrCreate.load(RegionAndName in) |
KeyPair |
CreateUniqueKeyPair.load(RegionAndName regionAndName) |
| Constructor and Description |
|---|
FindSecurityGroupOrCreate(com.google.common.base.Predicate<AtomicReference<RegionAndName>> returnSecurityGroupExistsInRegion,
com.google.common.base.Function<RegionSecurityGroupNameAndPorts,SecurityGroupInRegion> groupCreator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AllNodesInGroupTerminated.apply(RegionAndName input) |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,KeyPair> |
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet.keyPairCache |
protected com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> |
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet.securityGroupCache |
| Constructor and Description |
|---|
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<RegionAndName,SecurityGroupInRegion> securityGroupCache,
com.google.common.cache.LoadingCache<RegionAndName,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<RegionAndName,SecurityGroupInRegion> securityGroupCache,
com.google.common.cache.LoadingCache<RegionAndName,KeyPair> keyPairCache,
NovaApi novaApi) |
| Modifier and Type | Class and Description |
|---|---|
class |
RegionSecurityGroupNameAndPorts |
class |
SecurityGroupInRegion |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<RegionAndName,String> |
RegionAndName.NAME_FUNCTION |
static com.google.common.base.Function<RegionAndName,String> |
RegionAndName.REGION_FUNCTION |
| Modifier and Type | Method and Description |
|---|---|
static RegionAndName |
RegionAndName.fromRegionAndName(String regionId,
String name) |
static RegionAndName |
RegionAndName.fromSlashEncoded(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FindSecurityGroupWithNameAndReturnTrue.apply(AtomicReference<RegionAndName> securityGroupInRegionRef) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.