org.jclouds.googlecloudstorage.blobstore.strategy.internal
Class MultipartUpload

java.lang.Object
  extended by org.jclouds.googlecloudstorage.blobstore.strategy.internal.MultipartUpload

public final class MultipartUpload
extends Object


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
          part size 5 MB to 5 GB, last part can be < 5 MB
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_NUMBER_OF_PARTS

public static final int MAX_NUMBER_OF_PARTS
See Also:
Constant Field Values

MAX_LIST_PARTS_RETURNED

public static final int MAX_LIST_PARTS_RETURNED
See Also:
Constant Field Values

MAX_LIST_MPU_RETURNED

public static final int MAX_LIST_MPU_RETURNED
See Also:
Constant Field Values

MIN_PART_SIZE

public static final long MIN_PART_SIZE
part size 5 MB to 5 GB, last part can be < 5 MB

See Also:
Constant Field Values

MAX_PART_SIZE

public static final long MAX_PART_SIZE
See Also:
Constant Field Values


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