|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeltacloudCollection | |
---|---|
org.jclouds.deltacloud | |
org.jclouds.deltacloud.config | |
org.jclouds.deltacloud.xml |
Uses of DeltacloudCollection in org.jclouds.deltacloud |
---|
Methods in org.jclouds.deltacloud that return types with arguments of type DeltacloudCollection | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Set<DeltacloudCollection>> |
DeltacloudAsyncClient.getCollections()
|
Set<DeltacloudCollection> |
DeltacloudClient.getCollections()
The result of this entry-point is a set of entry-points into other collections, such as images, instances, hardware profiles and realms, among others. |
Uses of DeltacloudCollection in org.jclouds.deltacloud.config |
---|
Methods in org.jclouds.deltacloud.config that return DeltacloudCollection | |
---|---|
static DeltacloudCollection |
DeltacloudRestClientModule.findCollectionWithRel(Iterable<? extends DeltacloudCollection> iterable,
String rel)
|
Methods in org.jclouds.deltacloud.config that return types with arguments of type DeltacloudCollection | |
---|---|
protected com.google.common.base.Supplier<Set<? extends DeltacloudCollection>> |
DeltacloudRestClientModule.provideCollections(long seconds,
DeltacloudClient client)
|
Method parameters in org.jclouds.deltacloud.config with type arguments of type DeltacloudCollection | |
---|---|
static DeltacloudCollection |
DeltacloudRestClientModule.findCollectionWithRel(Iterable<? extends DeltacloudCollection> iterable,
String rel)
|
protected URI |
DeltacloudRestClientModule.provideHardwareProfileCollection(com.google.common.base.Supplier<Set<? extends DeltacloudCollection>> collectionSupplier)
|
protected URI |
DeltacloudRestClientModule.provideImageCollection(com.google.common.base.Supplier<Set<? extends DeltacloudCollection>> collectionSupplier)
since the supplier is memoized, and there are no objects created here, this doesn't need to be singleton. |
protected URI |
DeltacloudRestClientModule.provideInstanceCollection(com.google.common.base.Supplier<Set<? extends DeltacloudCollection>> collectionSupplier)
|
protected URI |
DeltacloudRestClientModule.provideInstanceStateCollection(com.google.common.base.Supplier<Set<? extends DeltacloudCollection>> collectionSupplier)
|
protected URI |
DeltacloudRestClientModule.provideRealmCollection(com.google.common.base.Supplier<Set<? extends DeltacloudCollection>> collectionSupplier)
|
Uses of DeltacloudCollection in org.jclouds.deltacloud.xml |
---|
Methods in org.jclouds.deltacloud.xml that return DeltacloudCollection | |
---|---|
DeltacloudCollection |
DeltacloudCollectionHandler.getResult()
|
Methods in org.jclouds.deltacloud.xml that return types with arguments of type DeltacloudCollection | |
---|---|
Set<? extends DeltacloudCollection> |
DeltacloudCollectionsHandler.getResult()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |