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

Packages that use CommonSwiftClient
org.jclouds.openstack.swift   
org.jclouds.openstack.swift.blobstore   
org.jclouds.openstack.swift.blobstore.strategy.internal   
org.jclouds.openstack.swift.config   
 

Uses of CommonSwiftClient in org.jclouds.openstack.swift
 

Subinterfaces of CommonSwiftClient in org.jclouds.openstack.swift
 interface SwiftClient
          Functionality that's in Swift, and not in CloudFiles.
 interface SwiftKeystoneClient
          Functionality that's in Swift, and not in CloudFiles.
 

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

Constructors in org.jclouds.openstack.swift.blobstore with parameters of type CommonSwiftClient
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.  
SwiftBlobStore(org.jclouds.blobstore.BlobStoreContext context, org.jclouds.blobstore.util.BlobUtils blobUtils, com.google.common.base.Supplier<org.jclouds.domain.Location> defaultLocation, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, CommonSwiftClient sync, 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<MultipartUploadStrategy> multipartUploadStrategy)
           
 

Uses of CommonSwiftClient in org.jclouds.openstack.swift.blobstore.strategy.internal
 

Constructors in org.jclouds.openstack.swift.blobstore.strategy.internal with parameters of type CommonSwiftClient
SequentialMultipartUploadStrategy(CommonSwiftClient client, javax.inject.Provider<org.jclouds.blobstore.domain.BlobBuilder> blobBuilders, BlobToObject blob2Object, MultipartUploadSlicingAlgorithm algorithm, org.jclouds.io.PayloadSlicer slicer)
           
 

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

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



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