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

All Known Subinterfaces:
AsyncMultipartUploadStrategy, MultipartUploadStrategy
All Known Implementing Classes:
ParallelMultipartUploadStrategy, SequentialMultipartUploadStrategy

public interface MultipartUpload

Author:
Tibor Kiss
See Also:

Field Summary
static int MAX_LIST_MPU_RETURNED
           
static int MAX_LIST_PARTS_RETURNED
           
static int MAX_NUMBER_OF_PARTS
           
static long MAX_PART_SIZE
           
static long MIN_PART_SIZE
           
 

Field Detail

MAX_NUMBER_OF_PARTS

static final int MAX_NUMBER_OF_PARTS
See Also:
Constant Field Values

MAX_LIST_PARTS_RETURNED

static final int MAX_LIST_PARTS_RETURNED
See Also:
Constant Field Values

MAX_LIST_MPU_RETURNED

static final int MAX_LIST_MPU_RETURNED
See Also:
Constant Field Values

MIN_PART_SIZE

static final long MIN_PART_SIZE
See Also:
Constant Field Values

MAX_PART_SIZE

static final long MAX_PART_SIZE
See Also:
Constant Field Values


Copyright © 2009-2011 jclouds. All Rights Reserved.