Interface PutBlobsStrategy

All Known Implementing Classes:
PutBlobsStrategyImpl

public interface PutBlobsStrategy
puts all blobs into the blobstore by the most efficient means possible.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(String containerName, Iterable<? extends Blob> collection)
     
  • Method Details