Uses of Interface
org.jclouds.blobstore.strategy.GetBlobsInListStrategy

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.
 



Copyright © 2009-2011 jclouds. All Rights Reserved.