Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> |
CreateVolumeResponseHandler.regionToZonesSupplier |
protected com.google.common.base.Supplier<Set<String>> |
CreateVolumeResponseHandler.zonesSupplier |
Constructor and Description |
---|
HPCloudComputeServiceAdapter(NovaClient novaClient,
com.google.common.base.Supplier<Set<String>> zoneIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
SDCClient.getConfiguredDatacenters() |
Set<String> |
SDCAsyncClient.getConfiguredDatacenters() |
Constructor and Description |
---|
SDCComputeServiceAdapter(SDCClient sdcClient,
com.google.common.base.Supplier<Set<String>> datacenterIds) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> |
LocationModule.regionIdToZoneIdsSupplier(AtomicReference<AuthorizationException> authException,
long seconds,
RegionIdToZoneIdsSupplier uncached) |
protected com.google.common.base.Supplier<Set<String>> |
LocationModule.zoneIdsSupplier(AtomicReference<AuthorizationException> authException,
long seconds,
ZoneIdFilter filter,
ZoneIdsSupplier uncached) |
protected com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> |
LocationModule.zoneIdToURISupplier(AtomicReference<AuthorizationException> authException,
long seconds,
ZoneIdToURISupplier uncached) |
Constructor and Description |
---|
ZoneToEndpoint(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> zoneToEndpointSupplier) |
Constructor and Description |
---|
ZoneIdsFromRegionIdToZoneIdsValues(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> regionIdToZoneIdsSupplier) |
ZoneIdsFromZoneIdToURIKeySet(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> zoneIdToURISupplier) |
ZoneIdToURIFromJoinOnRegionIdToURI(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionIdToURISupplier,
com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> regionIdToZoneIdsSupplier) |
Modifier and Type | Method and Description |
---|---|
Map<String,com.google.common.base.Supplier<Set<String>>> |
RegionIdToZoneIdsFromConfiguration.get() |
Constructor and Description |
---|
ZoneIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull config,
com.google.common.base.Supplier<URI> providerURI,
com.google.common.base.Supplier<Set<String>> zoneIds) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
NovaClient.getConfiguredZones() |
Set<String> |
NovaAsyncClient.getConfiguredZones() |
Constructor and Description |
---|
NovaComputeServiceAdapter(NovaClient novaClient,
com.google.common.base.Supplier<Set<String>> zoneIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache) |
Constructor and Description |
---|
TryStackNovaServiceAdapter(NovaClient novaClient,
com.google.common.base.Supplier<Set<String>> zoneIds,
RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache) |
Copyright © 2009-2012 jclouds. All Rights Reserved.