Uses of Class
org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess.DataRecordUploadException
Packages that use DataRecordUploadException
Package
Description
Package related to direct upload/download of data records.
-
Uses of DataRecordUploadException in org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess
Methods in org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess that throw DataRecordUploadExceptionModifier and TypeMethodDescription@NotNull DataRecordDataRecordAccessProvider.completeDataRecordUpload(@NotNull String uploadToken) Completes the transaction to perform a direct binary upload.@Nullable DataRecordUploadDataRecordAccessProvider.initiateDataRecordUpload(long maxUploadSizeInBytes, int maxNumberOfURIs) Begin a transaction to perform a direct binary upload to the storage location.@Nullable DataRecordUploadDataRecordAccessProvider.initiateDataRecordUpload(long maxUploadSizeInBytes, int maxNumberOfURIs, DataRecordUploadOptions options) Begin a transaction to perform a direct binary upload to the storage location.