Uses of Class
org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess.DataRecordDownloadOptions
-
Packages that use DataRecordDownloadOptions 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. -
-
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 DataRecordDownloadOptions Modifier and Type Method Description @Nullable URIAzureDataStore. 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 DataRecordDownloadOptions Modifier and Type Method Description @Nullable URIS3DataStore. 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 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 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.
-