Uses of Interface
org.jclouds.blobstore.BlobStoreContext

Packages that use BlobStoreContext
org.jclouds.aws.s3.blobstore   
org.jclouds.aws.s3.blobstore.internal   
org.jclouds.blobstore   
org.jclouds.blobstore.internal   
org.jclouds.cloudfiles.blobstore   
org.jclouds.hpcloud.objectstorage.blobstore   
org.jclouds.nodepool.config   
org.jclouds.openstack.swift.blobstore   
org.jclouds.s3.blobstore   
org.jclouds.s3.blobstore.internal   
 

Uses of BlobStoreContext in org.jclouds.aws.s3.blobstore
 

Subinterfaces of BlobStoreContext in org.jclouds.aws.s3.blobstore
 interface AWSS3BlobStoreContext
           
 

Constructors in org.jclouds.aws.s3.blobstore with parameters of type BlobStoreContext
AWSS3AsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, AWSS3AsyncClient async, AWSS3Client sync, com.google.common.base.Function<Set<BucketMetadata>,PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata, ContainerToBucketListOptions container2BucketListOptions, BucketToResourceList bucket2ResourceList, ObjectToBlob object2Blob, BlobToHttpGetOptions blob2ObjectGetOptions, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls, javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
           
 

Uses of BlobStoreContext in org.jclouds.aws.s3.blobstore.internal
 

Classes in org.jclouds.aws.s3.blobstore.internal that implement BlobStoreContext
 class AWSS3BlobStoreContextImpl
           
 

Uses of BlobStoreContext in org.jclouds.blobstore
 

Methods in org.jclouds.blobstore that return BlobStoreContext
 BlobStoreContext BlobStoreContextFactory.createContext(String providerOrApi, Iterable<? extends com.google.inject.Module> wiring, Properties overrides)
          Deprecated.  
 BlobStoreContext BlobStoreContextFactory.createContext(String providerOrApi, Properties overrides)
          Deprecated.  
 BlobStoreContext BlobStoreContextFactory.createContext(String providerOrApi, String identity, String credential)
          Deprecated.  
 BlobStoreContext BlobStoreContextFactory.createContext(String providerOrApi, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring)
          Deprecated.  
 BlobStoreContext BlobStoreContextFactory.createContext(String providerOrApi, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring, Properties overrides)
          Deprecated. for porting old code to ContextBuilder
 BlobStoreContext BlobStoreContextFactory.createContext(String providerOrApi, String identity, String credential, Properties overrides)
          Deprecated.  
 BlobStoreContext BlobStore.getContext()
           
 BlobStoreContext AsyncBlobStore.getContext()
           
 

Constructors in org.jclouds.blobstore with parameters of type BlobStoreContext
LocalAsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, ContentMetadataCodec contentMetadataCodec, IfDirectoryReturnNameStrategy ifDirectoryReturnName, Blob.Factory blobFactory, LocalStorageStrategy storageStrategy)
           
 

Uses of BlobStoreContext in org.jclouds.blobstore.internal
 

Classes in org.jclouds.blobstore.internal that implement BlobStoreContext
 class BlobStoreContextImpl
           
 

Fields in org.jclouds.blobstore.internal declared as BlobStoreContext
protected  BlobStoreContext BaseBlobStore.context
           
protected  BlobStoreContext BaseAsyncBlobStore.context
           
 

Methods in org.jclouds.blobstore.internal that return BlobStoreContext
 BlobStoreContext BaseBlobStore.getContext()
           
 BlobStoreContext BaseAsyncBlobStore.getContext()
           
 

Constructors in org.jclouds.blobstore.internal with parameters of type BlobStoreContext
BaseAsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
BaseBlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
 

Uses of BlobStoreContext in org.jclouds.cloudfiles.blobstore
 

Constructors in org.jclouds.cloudfiles.blobstore with parameters of type BlobStoreContext
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 BlobStoreContext in org.jclouds.hpcloud.objectstorage.blobstore
 

Constructors in org.jclouds.hpcloud.objectstorage.blobstore with parameters of type BlobStoreContext
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)
           
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 BlobStoreContext in org.jclouds.nodepool.config
 

Methods in org.jclouds.nodepool.config that return types with arguments of type BlobStoreContext
protected  com.google.common.base.Supplier<BlobStoreContext> BindInputStreamToFilesystemBlobStore.makeBlobStoreContext(String basedir, Set<com.google.inject.Module> modules, Closer closer)
           
 

Method parameters in org.jclouds.nodepool.config with type arguments of type BlobStoreContext
protected  com.google.common.base.Supplier<Map<String,InputStream>> BindInputStreamToFilesystemBlobStore.provideInputStreamMapFromBlobStore(com.google.common.base.Supplier<BlobStoreContext> in, String container)
           
 

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

Constructors in org.jclouds.openstack.swift.blobstore with parameters of type BlobStoreContext
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)
           
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 BlobStoreContext in org.jclouds.s3.blobstore
 

Subinterfaces of BlobStoreContext in org.jclouds.s3.blobstore
 interface S3BlobStoreContext
           
 

Constructors in org.jclouds.s3.blobstore with parameters of type BlobStoreContext
S3AsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, S3AsyncClient async, S3Client sync, com.google.common.base.Function<Set<BucketMetadata>,PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata, ContainerToBucketListOptions container2BucketListOptions, BucketToResourceList bucket2ResourceList, ObjectToBlob object2Blob, BlobToHttpGetOptions blob2ObjectGetOptions, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls)
           
S3BlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, S3Client sync, com.google.common.base.Function<Set<BucketMetadata>,PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata, ContainerToBucketListOptions container2BucketListOptions, BucketToResourceList bucket2ResourceList, ObjectToBlob object2Blob, BlobToHttpGetOptions blob2ObjectGetOptions, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls)
           
 

Uses of BlobStoreContext in org.jclouds.s3.blobstore.internal
 

Classes in org.jclouds.s3.blobstore.internal that implement BlobStoreContext
 class S3BlobStoreContextImpl
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.