| Package | Description |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.blobstore.config | |
| 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 |
LocalBlobStore |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBlobStore |
| Modifier and Type | Method and Description |
|---|---|
BlobStore |
BlobStoreContextImpl.getBlobStore() |
| Constructor and Description |
|---|
BlobStoreContextImpl(org.jclouds.Context backend,
com.google.common.reflect.TypeToken<? extends org.jclouds.Context> backendType,
org.jclouds.rest.Utils utils,
ConsistencyModel consistencyModel,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner) |
| Modifier and Type | Field and Description |
|---|---|
protected BlobStore |
FetchBlobMetadata.blobstore |
protected BlobStore |
GetAllBlobsInListAndRetryOnFailure.blobstore |
protected BlobStore |
DeleteAllKeysInList.blobStore |
protected BlobStore |
ConcatenateContainerLists.connection |
| Constructor and Description |
|---|
ConcatenateContainerLists(BlobStore connection) |
MarkersGetDirectoryStrategy(BlobStore connection,
ResourceMetadataToRelativePathResourceMetadata resource2Directory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingBlobStore |
class |
ReadOnlyBlobStore |
| Modifier and Type | Method and Description |
|---|---|
protected BlobStore |
ForwardingBlobStore.delegate() |
static BlobStore |
ReadOnlyBlobStore.newReadOnlyBlobStore(BlobStore blobStore) |
| Modifier and Type | Method and Description |
|---|---|
static BlobStore |
ReadOnlyBlobStore.newReadOnlyBlobStore(BlobStore blobStore) |
| Constructor and Description |
|---|
ForwardingBlobStore(BlobStore blobStore) |
Copyright © 2009-2017 The Apache Software Foundation. All Rights Reserved.