|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BlobStore | |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.blobstore.config | |
| org.jclouds.blobstore.internal | |
| org.jclouds.blobstore.strategy.internal | |
| org.jclouds.blobstore.util | |
| Uses of BlobStore in org.jclouds.blobstore |
|---|
| Methods in org.jclouds.blobstore that return BlobStore | |
|---|---|
BlobStore |
BlobStoreContext.getBlobStore()
|
| Methods in org.jclouds.blobstore with parameters of type BlobStore | |
|---|---|
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. |
| Uses of BlobStore in org.jclouds.blobstore.config |
|---|
| Subinterfaces of BlobStore in org.jclouds.blobstore.config | |
|---|---|
interface |
LocalBlobStore
|
| Uses of BlobStore in org.jclouds.blobstore.internal |
|---|
| Classes in org.jclouds.blobstore.internal that implement BlobStore | |
|---|---|
class |
BaseBlobStore
|
| Fields in org.jclouds.blobstore.internal declared as BlobStore | |
|---|---|
protected BlobStore |
BaseBlobMap.blobstore
|
| Methods in org.jclouds.blobstore.internal that return BlobStore | |
|---|---|
BlobStore |
BlobStoreContextImpl.getBlobStore()
|
| Constructors in org.jclouds.blobstore.internal with parameters of type BlobStore | |
|---|---|
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(org.jclouds.Context backend,
com.google.common.reflect.TypeToken<? extends org.jclouds.Context> backendType,
BlobMap.Factory blobMapFactory,
org.jclouds.rest.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,
org.jclouds.crypto.Crypto crypto)
|
|
| Uses of BlobStore in org.jclouds.blobstore.strategy.internal |
|---|
| Fields in org.jclouds.blobstore.strategy.internal declared as BlobStore | |
|---|---|
protected BlobStore |
ConcatenateContainerLists.connection
|
| Constructors in org.jclouds.blobstore.strategy.internal with parameters of type BlobStore | |
|---|---|
ConcatenateContainerLists(BlobStore connection)
|
|
MarkersGetDirectoryStrategy(BlobStore connection,
ResourceMetadataToRelativePathResourceMetadata resource2Directory)
|
|
| Uses of BlobStore in org.jclouds.blobstore.util |
|---|
| Methods in org.jclouds.blobstore.util with parameters of type BlobStore | |
|---|---|
static Blob |
BlobStoreUtils.newBlob(BlobStore blobStore,
StorageMetadata blobMeta)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||