|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetBlobsInListStrategy | |
---|---|
org.jclouds.blobstore.internal | |
org.jclouds.blobstore.strategy.internal |
Uses of GetBlobsInListStrategy in org.jclouds.blobstore.internal |
---|
Fields in org.jclouds.blobstore.internal declared as GetBlobsInListStrategy | |
---|---|
protected GetBlobsInListStrategy |
BaseBlobMap.getAllBlobs
|
Constructors in org.jclouds.blobstore.internal with parameters of type GetBlobsInListStrategy | |
---|---|
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)
|
|
InputStreamMapImpl(BlobStore connection,
javax.inject.Provider<BlobBuilder> blobBuilders,
GetBlobsInListStrategy getAllBlobs,
ListContainerAndRecurseThroughFolders listStrategy,
ContainsValueInListStrategy containsValueStrategy,
PutBlobsStrategy putBlobsStrategy,
String containerName,
ListContainerOptions options,
Crypto crypto)
|
Uses of GetBlobsInListStrategy in org.jclouds.blobstore.strategy.internal |
---|
Classes in org.jclouds.blobstore.strategy.internal that implement GetBlobsInListStrategy | |
---|---|
class |
GetAllBlobsInListAndRetryOnFailure
Retrieves all blobs in the blobstore under the current path, by the most efficient means possible. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |