Uses of Class
org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess.DataRecordDownloadOptions
Packages that use DataRecordDownloadOptions
Package
Description
Package related to direct upload/download of data records.
-
Uses of DataRecordDownloadOptions in org.apache.jackrabbit.oak.blob.cloud.azure.blobstorage
Methods in org.apache.jackrabbit.oak.blob.cloud.azure.blobstorage with parameters of type DataRecordDownloadOptionsModifier and TypeMethodDescription@Nullable URI
AzureDataStore.getDownloadURI
(@NotNull DataIdentifier identifier, @NotNull DataRecordDownloadOptions downloadOptions) -
Uses of DataRecordDownloadOptions in org.apache.jackrabbit.oak.blob.cloud.s3
Methods in org.apache.jackrabbit.oak.blob.cloud.s3 with parameters of type DataRecordDownloadOptionsModifier and TypeMethodDescription@Nullable URI
S3DataStore.getDownloadURI
(@NotNull DataIdentifier identifier, @NotNull DataRecordDownloadOptions downloadOptions) -
Uses of DataRecordDownloadOptions in org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess
Fields in org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess declared as DataRecordDownloadOptionsModifier and TypeFieldDescriptionstatic DataRecordDownloadOptions
DataRecordDownloadOptions.DEFAULT
Provides a default implementation of this class.Methods in org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess that return DataRecordDownloadOptionsModifier and TypeMethodDescriptionstatic DataRecordDownloadOptions
DataRecordDownloadOptions.fromBlobDownloadOptions
(@NotNull BlobDownloadOptions downloadOptions) Create an instance of this class directly from aBlobDownloadOptions
instance.Methods in org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess with parameters of type DataRecordDownloadOptionsModifier and TypeMethodDescription@Nullable URI
DataRecordAccessProvider.getDownloadURI
(@NotNull DataIdentifier identifier, @NotNull DataRecordDownloadOptions downloadOptions) Return a URI for directly reading the binary associated with the providedDataRecord
.