| Modifier and Type | Method and Description |
|---|---|
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.