Uses of Class
org.apache.jackrabbit.oak.api.blob.BlobUploadOptions
-
Packages that use BlobUploadOptions Package Description org.apache.jackrabbit.oak.api.blob Package related to direct upload/download of blobs.org.apache.jackrabbit.oak.plugins.blob.datastore org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess Package related to direct upload/download of data records. -
-
Uses of BlobUploadOptions in org.apache.jackrabbit.oak.api.blob
Fields in org.apache.jackrabbit.oak.api.blob declared as BlobUploadOptions Modifier and Type Field Description static BlobUploadOptionsBlobUploadOptions. DEFAULTMethods in org.apache.jackrabbit.oak.api.blob with parameters of type BlobUploadOptions Modifier and Type Method Description @Nullable BlobUploadBlobAccessProvider. initiateBlobUpload(long maxUploadSizeInBytes, int maxNumberOfURIs, @NotNull BlobUploadOptions options)Begin a transaction to perform a direct blob upload to a storage location. -
Uses of BlobUploadOptions in org.apache.jackrabbit.oak.plugins.blob.datastore
Methods in org.apache.jackrabbit.oak.plugins.blob.datastore with parameters of type BlobUploadOptions Modifier and Type Method Description @Nullable BlobUploadDataStoreBlobStore. initiateBlobUpload(long maxUploadSizeInBytes, int maxNumberOfURIs, @NotNull BlobUploadOptions options) -
Uses of BlobUploadOptions in org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess
Methods in org.apache.jackrabbit.oak.plugins.blob.datastore.directaccess with parameters of type BlobUploadOptions Modifier and Type Method Description static DataRecordUploadOptionsDataRecordUploadOptions. fromBlobUploadOptions(@NotNull BlobUploadOptions options)
-