Package | Description |
---|---|
org.jclouds.blobstore.internal | |
org.jclouds.blobstore.util.internal | |
org.jclouds.filesystem.util.internal | |
org.jclouds.s3.blobstore |
Modifier and Type | Field and Description |
---|---|
protected BlobUtils |
BaseBlobStore.blobUtils |
Constructor and Description |
---|
BaseBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
PayloadSlicer slicer) |
Modifier and Type | Class and Description |
---|---|
class |
BlobUtilsImpl
Encryption, Hashing, and IO Utilities needed to sign and verify blobstore requests and responses.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystemBlobUtilsImpl
Implements the
BlobUtils interfaced and act as a bridge to
LocalStorageStrategy when used inside BlobStore |
Constructor and Description |
---|
S3BlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
PayloadSlicer slicer,
S3Client sync,
com.google.common.base.Function<Set<BucketMetadata>,PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
BlobToObjectMetadata blob2ObjectMetadata,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.