Uses of Class
org.jclouds.deltacloud.domain.DeltacloudCollection

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
 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.
 com.google.common.util.concurrent.ListenableFuture<Set<DeltacloudCollection>> DeltacloudAsyncClient.getCollections()
           
 

Uses of DeltacloudCollection in org.jclouds.deltacloud.config
 

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
 URI DeltacloudRestClientModule.FindCollectionWithRelAndReturnHref.apply(Set<? extends DeltacloudCollection> arg0)
           
protected  com.google.common.base.Supplier<URI> DeltacloudRestClientModule.provideHardwareProfileCollection(com.google.common.base.Supplier<Set<? extends DeltacloudCollection>> collectionSupplier)
           
protected  com.google.common.base.Supplier<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  com.google.common.base.Supplier<URI> DeltacloudRestClientModule.provideInstanceCollection(com.google.common.base.Supplier<Set<? extends DeltacloudCollection>> collectionSupplier)
           
protected  com.google.common.base.Supplier<URI> DeltacloudRestClientModule.provideInstanceStateCollection(com.google.common.base.Supplier<Set<? extends DeltacloudCollection>> collectionSupplier)
           
protected  com.google.common.base.Supplier<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()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.