org.jclouds.aws.s3.blobstore.strategy
Interface AsyncMultipartUploadStrategy

All Superinterfaces:
MultipartUpload
All Known Implementing Classes:
ParallelMultipartUploadStrategy

public interface AsyncMultipartUploadStrategy
extends MultipartUpload

See Also:
AWS Documentation

Field Summary
 
Fields inherited from interface org.jclouds.aws.s3.blobstore.strategy.MultipartUpload
MAX_LIST_MPU_RETURNED, MAX_LIST_PARTS_RETURNED, MAX_NUMBER_OF_PARTS, MAX_PART_SIZE, MIN_PART_SIZE
 
Method Summary
 com.google.common.util.concurrent.ListenableFuture<String> execute(String container, org.jclouds.blobstore.domain.Blob blob, org.jclouds.blobstore.options.PutOptions options)
           
 

Method Detail

execute

com.google.common.util.concurrent.ListenableFuture<String> execute(String container,
                                                                   org.jclouds.blobstore.domain.Blob blob,
                                                                   org.jclouds.blobstore.options.PutOptions options)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.