Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIpForServer>> |
NovaComputeServiceContextModule.instanceToFloatingIps(com.google.common.cache.CacheLoader<RegionAndId,Iterable<? extends FloatingIpForServer>> in) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIpForServer>> |
NovaComputeServiceContextModule.instanceToFloatingIps(com.google.common.cache.CacheLoader<RegionAndId,Iterable<? extends FloatingIpForServer>> in) |
Constructor and Description |
---|
AllocateAndAddFloatingIpToNode(com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
NovaApi novaApi,
com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIpForServer>> floatingIpCache,
CleanupResources cleanupResources) |
RemoveFloatingIpFromNodeAndDeallocate(NovaApi novaApi,
com.google.common.cache.LoadingCache<RegionAndId,Iterable<? extends FloatingIpForServer>> floatingIpCache) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends FloatingIpForServer> |
LoadFloatingIpsForInstance.load(RegionAndId key) |
Modifier and Type | Method and Description |
---|---|
static FloatingIpForServer |
FloatingIpForServer.create(RegionAndId serverId,
String floatingIpId,
String ip) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.