Package | Description |
---|---|
org.apache.jackrabbit.oak.blob.cloud.azure.blobstorage | |
org.apache.jackrabbit.oak.blob.cloud.s3 | |
org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess |
Package related to direct upload/download of data records.
|
Modifier and Type | Method and Description |
---|---|
@Nullable java.net.URI |
AzureDataStore.getDownloadURI(@NotNull DataIdentifier identifier,
@NotNull DataRecordDownloadOptions downloadOptions) |
Modifier and Type | Method and Description |
---|---|
@Nullable java.net.URI |
S3DataStore.getDownloadURI(@NotNull DataIdentifier identifier,
@NotNull DataRecordDownloadOptions downloadOptions) |
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 BlobDownloadOptions downloadOptions)
Create an instance of this class directly from a
BlobDownloadOptions instance. |
Modifier and Type | Method and Description |
---|---|
@Nullable java.net.URI |
DataRecordAccessProvider.getDownloadURI(@NotNull DataIdentifier identifier,
@NotNull DataRecordDownloadOptions downloadOptions)
Return a URI for directly reading the binary associated with the provided
DataRecord . |
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.