org.jclouds.blobstore.strategy
Interface PutBlobsStrategy

All Known Implementing Classes:
PutBlobsStrategyImpl

public interface PutBlobsStrategy

puts all blobs into the blobstore by the most efficient means possible.

Author:
Adrian Cole

Method Summary
 void execute(String containerName, Iterable<? extends Blob> collection)
           
 

Method Detail

execute

void execute(String containerName,
             Iterable<? extends Blob> collection)


Copyright © 2009-2011 jclouds. All Rights Reserved.