org.jclouds.openstack.swift.blobstore.strategy.internal
Interface MultipartUploadStrategy

All Superinterfaces:
MultipartUpload
All Known Implementing Classes:
SequentialMultipartUploadStrategy

public interface MultipartUploadStrategy
extends MultipartUpload


Field Summary
 
Fields inherited from interface org.jclouds.openstack.swift.blobstore.strategy.MultipartUpload
MAX_LIST_MPU_RETURNED, MAX_LIST_PARTS_RETURNED, MAX_NUMBER_OF_PARTS, MAX_PART_SIZE, MIN_PART_SIZE
 
Method Summary
 String execute(String container, org.jclouds.blobstore.domain.Blob blob, org.jclouds.blobstore.options.PutOptions options, BlobToObject blob2Object)
           
 

Method Detail

execute

String execute(String container,
               org.jclouds.blobstore.domain.Blob blob,
               org.jclouds.blobstore.options.PutOptions options,
               BlobToObject blob2Object)


Copyright © 2009-2012 jclouds. All Rights Reserved.