Package | Description |
---|---|
org.jclouds.blobstore.internal | |
org.jclouds.io.internal | |
org.jclouds.netty.io | |
org.jclouds.openstack.swift.v1.blobstore | |
org.jclouds.s3.blobstore |
Modifier and Type | Field and Description |
---|---|
protected PayloadSlicer |
BaseBlobStore.slicer |
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 |
BasePayloadSlicer |
Modifier and Type | Class and Description |
---|---|
class |
NettyPayloadSlicer |
Modifier and Type | Field and Description |
---|---|
protected PayloadSlicer |
RegionScopedSwiftBlobStore.slicer |
Constructor and Description |
---|
RegionScopedSwiftBlobStore(com.google.inject.Injector baseGraph,
BlobStoreContext context,
SwiftApi api,
com.google.common.base.Supplier<Set<? extends Location>> locations,
String regionId,
PayloadSlicer slicer,
com.google.common.util.concurrent.ListeningExecutorService userExecutor) |
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.