Uses of Interface
org.jclouds.openstack.swift.CommonSwiftAsyncClient

Packages that use CommonSwiftAsyncClient
org.jclouds.cloudfiles This package contains an Rackspace Cloud Files client implemented by HttpCommandExecutorService commands. 
org.jclouds.openstack.swift   
org.jclouds.openstack.swift.blobstore   
org.jclouds.openstack.swift.config   
 

Uses of CommonSwiftAsyncClient in org.jclouds.cloudfiles
 

Subinterfaces of CommonSwiftAsyncClient in org.jclouds.cloudfiles
 interface CloudFilesAsyncClient
          Provides asynchronous access to Cloud Files via their REST API.
 

Uses of CommonSwiftAsyncClient in org.jclouds.openstack.swift
 

Subinterfaces of CommonSwiftAsyncClient in org.jclouds.openstack.swift
 interface SwiftAsyncClient
          Functionality that's in Swift, and not in CloudFiles.
 

Uses of CommonSwiftAsyncClient in org.jclouds.openstack.swift.blobstore
 

Constructors in org.jclouds.openstack.swift.blobstore with parameters of type CommonSwiftAsyncClient
SwiftAsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, CommonSwiftClient sync, CommonSwiftAsyncClient async, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider)
           
 

Constructor parameters in org.jclouds.openstack.swift.blobstore with type arguments of type CommonSwiftAsyncClient
SwiftBlobRequestSigner(RestAnnotationProcessor<CommonSwiftAsyncClient> processor, BlobToObject blobToObject, BlobToHttpGetOptions blob2HttpGetOptions)
           
 

Uses of CommonSwiftAsyncClient in org.jclouds.openstack.swift.config
 

Classes in org.jclouds.openstack.swift.config with type parameters of type CommonSwiftAsyncClient
 class BaseSwiftRestClientModule<S extends CommonSwiftClient,A extends CommonSwiftAsyncClient>
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.