| Modifier and Type | Method and Description |
|---|---|
ObjectKey |
ObjectKey.ObjectKeyBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectKey> |
ObjectStore.list(ObjectKey objectKey,
com.distelli.persistence.PageIterator iterator) |
| Modifier and Type | Method and Description |
|---|---|
URI |
ObjectStore.createSignedGet(ObjectKey objectKey,
long timeout,
TimeUnit unit) |
void |
ObjectStore.delete(ObjectKey objectKey) |
byte[] |
ObjectStore.get(ObjectKey objectKey) |
void |
ObjectStore.get(ObjectKey objectKey,
File file) |
default <T> T |
ObjectStore.get(ObjectKey objectKey,
ObjectReader<T> objectReader) |
<T> T |
ObjectStore.get(ObjectKey objectKey,
ObjectReader<T> objectReader,
Long start,
Long end)
Get object with objectKey from offset start to end, streaming it into the objectReader.
|
ObjectMetadata |
ObjectStore.head(ObjectKey objectKey) |
List<ObjectKey> |
ObjectStore.list(ObjectKey objectKey,
com.distelli.persistence.PageIterator iterator) |
ObjectPartKey |
ObjectStore.newMultipartPut(ObjectKey objectKey)
Create a new multipart PUT.
|
void |
ObjectStore.put(ObjectKey objectKey,
byte[] in) |
void |
ObjectStore.put(ObjectKey objectKey,
File in) |
void |
ObjectStore.put(ObjectKey objectKey,
long contentLength,
InputStream in) |
Copyright © 2017. All rights reserved.