Package 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(String containerName, Iterable<? extends Blob> collection)
-