Uses of Class
org.jclouds.openstack.swift.blobstore.functions.BlobToObject

Packages that use BlobToObject
org.jclouds.cloudfiles.blobstore   
org.jclouds.hpcloud.objectstorage.blobstore   
org.jclouds.openstack.swift.blobstore   
org.jclouds.openstack.swift.blobstore.strategy.internal   
 

Uses of BlobToObject in org.jclouds.cloudfiles.blobstore
 

Constructors in org.jclouds.cloudfiles.blobstore with parameters of type BlobToObject
CloudFilesAsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, CloudFilesClient sync, CloudFilesAsyncClient async, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, EnableCDNAndCache enableCDNAndCache, javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
           
CloudFilesBlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, CommonSwiftClient sync, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, EnableCDNAndCache enableCDNAndCache, javax.inject.Provider<MultipartUploadStrategy> multipartUploadStrategy)
           
 

Uses of BlobToObject in org.jclouds.hpcloud.objectstorage.blobstore
 

Constructors in org.jclouds.hpcloud.objectstorage.blobstore with parameters of type BlobToObject
HPCloudObjectStorageAsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, HPCloudObjectStorageClient sync, HPCloudObjectStorageAsyncClient async, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, EnableCDNAndCache enableCDNAndCache, javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
           
HPCloudObjectStorageBlobRequestSigner(RestAnnotationProcessor<HPCloudObjectStorageAsyncClient> processor, BlobToObject blobToObject, BlobToHttpGetOptions blob2HttpGetOptions)
           
HPCloudObjectStorageBlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, HPCloudObjectStorageClient sync, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, EnableCDNAndCache enableCDNAndCache, javax.inject.Provider<MultipartUploadStrategy> multipartUploadStrategy)
           
 

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

Constructors in org.jclouds.openstack.swift.blobstore with parameters of type BlobToObject
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, javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
           
SwiftBlobRequestSigner(RestAnnotationProcessor<CommonSwiftAsyncClient> processor, BlobToObject blobToObject, BlobToHttpGetOptions blob2HttpGetOptions)
           
SwiftBlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, CommonSwiftClient sync, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, javax.inject.Provider<MultipartUploadStrategy> multipartUploadStrategy)
           
 

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

Methods in org.jclouds.openstack.swift.blobstore.strategy.internal with parameters of type BlobToObject
 String SequentialMultipartUploadStrategy.execute(String container, Blob blob, PutOptions options, BlobToObject blob2Object)
           
 com.google.common.util.concurrent.ListenableFuture<String> ParallelMultipartUploadStrategy.execute(String container, Blob blob, PutOptions options, BlobToObject blob2Object)
           
 String MultipartUploadStrategy.execute(String container, Blob blob, PutOptions options, BlobToObject blob2Object)
           
 com.google.common.util.concurrent.ListenableFuture<String> AsyncMultipartUploadStrategy.execute(String container, Blob blob, PutOptions options, BlobToObject blob2Object)
           
protected  void ParallelMultipartUploadStrategy.prepareUploadPart(String container, Blob blob, String key, Integer part, Payload payload, long offset, long size, SortedMap<Integer,String> etags, BlockingQueue<Integer> activeParts, Map<Integer,com.google.common.util.concurrent.ListenableFuture<String>> futureParts, AtomicInteger errors, int maxRetries, Map<Integer,Exception> errorMap, Queue<org.jclouds.openstack.swift.blobstore.strategy.internal.ParallelMultipartUploadStrategy.Part> toRetry, CountDownLatch latch, BlobToObject blob2Object)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.