org.jclouds.blobstore.strategy
Interface GetBlobsInListStrategy

All Known Implementing Classes:
GetAllBlobsInListAndRetryOnFailure

public interface GetBlobsInListStrategy

Retrieves all blobs in the blobstore by the most efficient means possible.

Author:
Adrian Cole

Method Summary
 Iterable<Blob> execute(String containerName, ListContainerOptions options)
           
 

Method Detail

execute

Iterable<Blob> execute(String containerName,
                       ListContainerOptions options)


Copyright © 2009-2011 jclouds. All Rights Reserved.