| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess |
| Modifier and Type | Field and Description |
|---|---|
static DataRecordDownloadOptions |
DataRecordDownloadOptions.DEFAULT
Provides a default implementation of this class.
|
| Modifier and Type | Method and Description |
|---|---|
static DataRecordDownloadOptions |
DataRecordDownloadOptions.fromBlobDownloadOptions(@NotNull org.apache.jackrabbit.oak.api.blob.BlobDownloadOptions downloadOptions)
Create an instance of this class directly from a
BlobDownloadOptions instance. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable URI |
DataRecordAccessProvider.getDownloadURI(@NotNull DataIdentifier identifier,
@NotNull DataRecordDownloadOptions downloadOptions)
Return a URI for directly reading the binary associated with the provided
DataRecord. |
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.