Modifier and Type | Class and Description |
---|---|
class |
AtmosBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
AWSS3BlobStore
Provide AWS S3 specific extensions.
|
Constructor and Description |
---|
AWSS3BlobStoreContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
BlobMap.Factory blobMapFactory,
Utils utils,
ConsistencyModel consistencyModel,
InputStreamMap.Factory inputStreamMapFactory,
AsyncBlobStore ablobStore,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner) |
Modifier and Type | Class and Description |
---|---|
class |
AzureBlobStore |
Modifier and Type | Method and Description |
---|---|
BlobStore |
BlobStoreContext.getBlobStore() |
Modifier and Type | Method and Description |
---|---|
static Iterable<StorageMetadata> |
BlobStores.listAll(BlobStore blobStore,
String container,
ListContainerOptions containerOptions) |
static Iterable<StorageMetadata> |
BlobStores.listAll(BlobStore blobStore,
String container,
ListContainerOptions containerOptions,
ListAllOptions listAllOptions)
A variant of BlobStore.list(String, ListContainerOptions) that
produces an Iterable over the entire set of results, not just one
page, making multiple calls to BlobStore.list as needed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LocalBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
BaseBlobStore |
Modifier and Type | Field and Description |
---|---|
protected BlobStore |
BaseBlobMap.blobstore
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BlobStore |
BlobStoreContextImpl.getBlobStore() |
Constructor and Description |
---|
BaseBlobMap(BlobStore blobstore,
GetBlobsInListStrategy getAllBlobs,
ContainsValueInListStrategy containsValueStrategy,
PutBlobsStrategy putBlobsStrategy,
ListContainerAndRecurseThroughFolders listStrategy,
String containerName,
ListContainerOptions options)
Deprecated.
|
BlobMapImpl(BlobStore blobstore,
GetBlobsInListStrategy getAllBlobs,
ContainsValueInListStrategy containsValueStrategy,
PutBlobsStrategy putBlobsStrategy,
ListContainerAndRecurseThroughFolders listStrategy,
String containerName,
ListContainerOptions options,
javax.inject.Provider<BlobBuilder> blobBuilders)
Deprecated.
|
BlobStoreContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
BlobMap.Factory blobMapFactory,
Utils utils,
ConsistencyModel consistencyModel,
InputStreamMap.Factory inputStreamMapFactory,
AsyncBlobStore ablobStore,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner) |
InputStreamMapImpl(BlobStore connection,
javax.inject.Provider<BlobBuilder> blobBuilders,
GetBlobsInListStrategy getAllBlobs,
ListContainerAndRecurseThroughFolders listStrategy,
ContainsValueInListStrategy containsValueStrategy,
PutBlobsStrategy putBlobsStrategy,
String containerName,
ListContainerOptions options)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected BlobStore |
ConcatenateContainerLists.connection |
Constructor and Description |
---|
ConcatenateContainerLists(BlobStore connection) |
MarkersGetDirectoryStrategy(BlobStore connection,
ResourceMetadataToRelativePathResourceMetadata resource2Directory) |
Modifier and Type | Class and Description |
---|---|
class |
CloudFilesBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
HPCloudObjectStorageBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
SwiftBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
S3BlobStore |
Constructor and Description |
---|
S3BlobStoreContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
BlobMap.Factory blobMapFactory,
Utils utils,
ConsistencyModel consistencyModel,
InputStreamMap.Factory inputStreamMapFactory,
AsyncBlobStore ablobStore,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner) |
Copyright © 2009-2013 jclouds. All Rights Reserved.