Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,SecurityGroup> |
NovaComputeServiceContextModule.securityGroupMap(com.google.common.cache.CacheLoader<RegionAndName,SecurityGroup> in) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,SecurityGroup> |
NovaComputeServiceContextModule.securityGroupMap(com.google.common.cache.CacheLoader<RegionAndName,SecurityGroup> in) |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,SecurityGroup> |
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,SecurityGroup> groupCreator,
GroupNamingConvention.Factory namingConvention) |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,SecurityGroup> |
CleanupResources.securityGroupMap |
Constructor and Description |
---|
CleanupResources(RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<RegionAndName,SecurityGroup> securityGroupMap,
SecurityGroupExtension securityGroupExtension) |
Modifier and Type | Method and Description |
---|---|
SecurityGroup |
FindSecurityGroupOrCreate.load(RegionAndName in) |
Modifier and Type | Method and Description |
---|---|
boolean |
AllNodesInGroupTerminated.apply(RegionAndName input) |
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,SecurityGroup> securityGroupCache,
NovaApi novaApi,
SecurityGroupExtension securityGroupExtension) |
Modifier and Type | Class and Description |
---|---|
class |
NeutronSecurityGroupInRegion |
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-2018 The Apache Software Foundation. All Rights Reserved.