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

Packages that use CommonSwiftAsyncClient
org.jclouds.openstack.swift   
org.jclouds.openstack.swift.blobstore   
org.jclouds.openstack.swift.blobstore.config   
org.jclouds.openstack.swift.config   
 

Uses of CommonSwiftAsyncClient in org.jclouds.openstack.swift
 

Subinterfaces of CommonSwiftAsyncClient in org.jclouds.openstack.swift
 interface SwiftAsyncClient
          Deprecated. please use org.jclouds.ContextBuilder#buildApi(SwiftClient.class) as SwiftAsyncClient interface will be removed in jclouds 1.7.
 interface SwiftKeystoneAsyncClient
          Deprecated. please use org.jclouds.ContextBuilder#buildApi(SwiftKeystoneClient.class) as SwiftKeystoneAsyncClient interface will be removed in jclouds 1.7.
 

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

Classes in org.jclouds.openstack.swift.blobstore with type parameters of type CommonSwiftAsyncClient
 class SwiftBlobSigner<T extends CommonSwiftAsyncClient>
           
 

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

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

Classes in org.jclouds.openstack.swift.blobstore.config with type parameters of type CommonSwiftAsyncClient
 class TemporaryUrlExtensionModule<A extends CommonSwiftAsyncClient>
          Isolates dependencies needed for SwiftBlobSigner
 

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

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



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.