| Package | Description |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.blobstore.internal | |
| org.jclouds.blobstore.strategy.internal | |
| org.jclouds.blobstore.util |
| 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 | Class and Description |
|---|---|
class |
BaseBlobStore |
| Modifier and Type | Field and Description |
|---|---|
protected BlobStore |
BaseBlobMap.blobstore |
| 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) |
BlobMapImpl(BlobStore blobstore,
GetBlobsInListStrategy getAllBlobs,
ContainsValueInListStrategy containsValueStrategy,
PutBlobsStrategy putBlobsStrategy,
ListContainerAndRecurseThroughFolders listStrategy,
String containerName,
ListContainerOptions options,
javax.inject.Provider<BlobBuilder> blobBuilders) |
BlobStoreContextImpl(BlobMap.Factory blobMapFactory,
org.jclouds.rest.Utils utils,
ConsistencyModel consistencyModel,
InputStreamMap.Factory inputStreamMapFactory,
AsyncBlobStore ablobStore,
BlobStore blobStore,
org.jclouds.rest.RestContext providerSpecificContext,
BlobRequestSigner blobRequestSigner) |
InputStreamMapImpl(BlobStore connection,
javax.inject.Provider<BlobBuilder> blobBuilders,
GetBlobsInListStrategy getAllBlobs,
ListContainerAndRecurseThroughFolders listStrategy,
ContainsValueInListStrategy containsValueStrategy,
PutBlobsStrategy putBlobsStrategy,
String containerName,
ListContainerOptions options,
org.jclouds.crypto.Crypto crypto) |
| Modifier and Type | Field and Description |
|---|---|
protected BlobStore |
ConcatenateContainerLists.connection |
| Constructor and Description |
|---|
ConcatenateContainerLists(BlobStore connection) |
MarkersGetDirectoryStrategy(BlobStore connection,
ResourceMetadataToRelativePathResourceMetadata resource2Directory) |
| Modifier and Type | Method and Description |
|---|---|
static Blob |
BlobStoreUtils.newBlob(BlobStore blobStore,
StorageMetadata blobMeta) |
Copyright © 2009-2012 jclouds. All Rights Reserved.