Uses of Class
org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess.DataRecordDownloadOptions
-
Packages that use DataRecordDownloadOptions Package Description org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess 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 DataRecordDownloadOptions Modifier and Type Field Description static DataRecordDownloadOptionsDataRecordDownloadOptions. DEFAULTProvides a default implementation of this class.Methods in org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess that return DataRecordDownloadOptions Modifier and Type Method Description static 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 DataRecordDownloadOptions Modifier and Type Method Description @Nullable URIDataRecordAccessProvider. getDownloadURI(@NotNull DataIdentifier identifier, @NotNull DataRecordDownloadOptions downloadOptions)Return a URI for directly reading the binary associated with the providedDataRecord.
-