| Modifier and Type | Method and Description |
|---|---|
ObjectPartId |
ObjectPartId.ObjectPartIdBuilder.build() |
ObjectPartId |
ObjectStore.multipartPut(ObjectPartKey partKey,
int partNum,
byte[] in) |
ObjectPartId |
ObjectStore.multipartPut(ObjectPartKey partKey,
int partNum,
File in) |
ObjectPartId |
ObjectStore.multipartPut(ObjectPartKey partKey,
int partNum,
long contentLength,
InputStream in)
PUT an individual part.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectStore.completePut(ObjectPartKey partKey,
List<ObjectPartId> partKeys)
Complete a multipart put.
|
Copyright © 2017. All rights reserved.