|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BlobStoreContext in org.jclouds.aws.s3.blobstore |
|---|
| 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,
BucketToResourceMetadata bucket2ResourceMd,
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.blobstore |
|---|
| Methods in org.jclouds.blobstore that return BlobStoreContext | ||
|---|---|---|
BlobStoreContext |
BlobStoreContextBuilder.buildBlobStoreContext()
|
|
static
|
BlobStoreContextFactory.buildContextUnwrappingExceptions(BlobStoreContextBuilder<S,A> builder)
|
|
|
BlobStoreContextFactory.createContext(RestContextSpec<S,A> contextSpec)
|
|
|
BlobStoreContextFactory.createContext(RestContextSpec<S,A> contextSpec,
Properties overrides)
|
|
BlobStoreContext |
BlobStoreContextFactory.createContext(String provider,
Iterable<? extends com.google.inject.Module> modules,
Properties overrides)
|
|
BlobStoreContext |
BlobStoreContextFactory.createContext(String provider,
Properties overrides)
|
|
BlobStoreContext |
BlobStoreContextFactory.createContext(String provider,
String identity,
String credential)
|
|
BlobStoreContext |
BlobStoreContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules)
|
|
BlobStoreContext |
BlobStoreContextFactory.createContext(String provider,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> modules,
Properties overrides)
|
|
BlobStoreContext |
BlobStore.getContext()
|
|
BlobStoreContext |
AsyncBlobStore.getContext()
|
|
| Constructors in org.jclouds.blobstore with parameters of type BlobStoreContext | |
|---|---|
TransientAsyncBlobStore(BlobStoreContext context,
DateService dateService,
Crypto crypto,
ConcurrentMap<String,ConcurrentMap<String,Blob>> containerToBlobs,
javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders,
ConcurrentMap<String,Location> containerToLocation,
HttpGetOptionsListToGetOptions httpGetOptionsConverter,
IfDirectoryReturnNameStrategy ifDirectoryReturnName,
Blob.Factory blobFactory,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
| Uses of BlobStoreContext in org.jclouds.blobstore.internal |
|---|
| Classes in org.jclouds.blobstore.internal that implement BlobStoreContext | |
|---|---|
class |
BlobStoreContextImpl<S,A>
|
| 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)
|
|
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)
|
|
| Uses of BlobStoreContext in org.jclouds.filesystem |
|---|
| Constructors in org.jclouds.filesystem with parameters of type BlobStoreContext | |
|---|---|
FilesystemAsyncBlobStore(BlobStoreContext context,
DateService dateService,
Crypto crypto,
HttpGetOptionsListToGetOptions httpGetOptionsConverter,
IfDirectoryReturnNameStrategy ifDirectoryReturnName,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
FilesystemStorageStrategy storageStrategy)
|
|
| Uses of BlobStoreContext in org.jclouds.hpcloud.objectstorage.lvs.blobstore |
|---|
| Constructors in org.jclouds.hpcloud.objectstorage.lvs.blobstore with parameters of type BlobStoreContext | |
|---|---|
HPCloudObjectStorageLasVegasAsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
HPCloudObjectStorageLasVegasClient sync,
HPCloudObjectStorageLasVegasAsyncClient async,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
EnableCDNAndCache enableCDNAndCache)
|
|
HPCloudObjectStorageLasVegasBlobStore(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)
|
|
| 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)
|
|
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)
|
|
| Uses of BlobStoreContext in org.jclouds.s3.blobstore |
|---|
| 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,
BucketToResourceMetadata bucket2ResourceMd,
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,
BucketToResourceMetadata bucket2ResourceMd,
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||