org.jclouds.location.suppliers.derived
Class ZoneIdsFromZoneIdToURIKeySet
java.lang.Object
org.jclouds.location.suppliers.derived.ZoneIdsFromZoneIdToURIKeySet
- All Implemented Interfaces:
- com.google.common.base.Supplier<Set<String>>, ZoneIdsSupplier
@Singleton
public class ZoneIdsFromZoneIdToURIKeySet
- extends Object
- implements ZoneIdsSupplier
as opposed to via properties, lets look up zones via api, as they are more likely to change
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZoneIdsFromZoneIdToURIKeySet
@Inject
protected ZoneIdsFromZoneIdToURIKeySet(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> zoneIdToURISupplier)
get
public Set<String> get()
- Specified by:
get in interface com.google.common.base.Supplier<Set<String>>
Copyright © 2009-2013 jclouds. All Rights Reserved.