Constructor and Description |
---|
HPCloudComputeServiceAdapter(NovaApi novaApi,
com.google.common.base.Supplier<Set<String>> regionIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<RegionAndName,KeyPair> keyPairCache,
CleanupServer cleanupServer) |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,KeyPair> |
NovaComputeServiceAdapter.keyPairCache |
Constructor and Description |
---|
NovaComputeServiceAdapter(NovaApi novaApi,
com.google.common.base.Supplier<Set<String>> regionIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<RegionAndName,KeyPair> keyPairCache,
CleanupServer cleanupServer) |
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,SecurityGroup> groupConverter,
com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> groupCreator,
GroupNamingConvention.Factory namingConvention) |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,KeyPair> |
CleanupServer.keyPairCache |
protected com.google.common.base.Predicate<AtomicReference<RegionAndName>> |
SecurityGroupRuleToIpPermission.returnSecurityGroupExistsInRegion |
protected com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> |
CleanupServer.securityGroupMap |
Constructor and Description |
---|
CleanupServer(NovaApi novaApi,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> securityGroupMap,
com.google.common.cache.LoadingCache<RegionAndName,KeyPair> keyPairCache) |
CleanupServer(NovaApi novaApi,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<RegionAndName,SecurityGroupInRegion> securityGroupMap,
com.google.common.cache.LoadingCache<RegionAndName,KeyPair> keyPairCache) |
SecurityGroupRuleToIpPermission(com.google.common.base.Predicate<AtomicReference<RegionAndName>> returnSecurityGroupExistsInRegion,
com.google.common.base.Supplier<Map<String,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,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(CreateNodeWithGroupEncodedIntoName addNodeWithTagStrategy,
ListNodesStrategy listNodesStrategy,
GroupNamingConvention.Factory namingConvention,
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(CreateNodeWithGroupEncodedIntoName addNodeWithTagStrategy,
ListNodesStrategy listNodesStrategy,
GroupNamingConvention.Factory namingConvention,
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.