org.jclouds.openstack.swift.blobstore.strategy
Interface MultipartUpload

All Known Subinterfaces:
MultipartUploadStrategy
All Known Implementing Classes:
SequentialMultipartUploadStrategy

public interface MultipartUpload


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-2012 jclouds. All Rights Reserved.