| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017. All rights reserved.