| Modifier and Type | Method and Description |
|---|---|
ObjectPartKey |
ObjectPartKey.ObjectPartKeyBuilder.build() |
ObjectPartKey |
ObjectStore.newMultipartPut(ObjectKey objectKey)
Create a new multipart PUT.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectStore.abortPut(ObjectPartKey partKey)
Abort a multipart put.
|
void |
ObjectStore.completePut(ObjectPartKey partKey,
List<ObjectPartId> partKeys)
Complete a multipart put.
|
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.
|
Copyright © 2017. All rights reserved.