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.plugins.blob.datastore.directaccess
Fields in org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess declared as DataRecordDownloadOptionsModifier and TypeFieldDescriptionstatic DataRecordDownloadOptionsDataRecordDownloadOptions.DEFAULTProvides a default implementation of this class.Methods in org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess that return DataRecordDownloadOptionsModifier and TypeMethodDescriptionstatic DataRecordDownloadOptionsDataRecordDownloadOptions.fromBlobDownloadOptions(@NotNull org.apache.jackrabbit.oak.api.blob.BlobDownloadOptions downloadOptions) Create an instance of this class directly from aBlobDownloadOptionsinstance.Methods in org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess with parameters of type DataRecordDownloadOptionsModifier and TypeMethodDescription@Nullable URIDataRecordAccessProvider.getDownloadURI(@NotNull DataIdentifier identifier, @NotNull DataRecordDownloadOptions downloadOptions) Return a URI for directly reading the binary associated with the providedDataRecord.