Uses of Interface
org.apache.jackrabbit.oak.api.blob.BlobUpload
-
Packages that use BlobUpload Package Description org.apache.jackrabbit.oak.api.blob Package related to direct upload/download of blobs. -
-
Uses of BlobUpload in org.apache.jackrabbit.oak.api.blob
Methods in org.apache.jackrabbit.oak.api.blob that return BlobUpload Modifier and Type Method Description @Nullable BlobUpload
BlobAccessProvider. initiateBlobUpload(long maxUploadSizeInBytes, int maxNumberOfURIs)
Begin a transaction to perform a direct blob upload to a storage location.@Nullable BlobUpload
BlobAccessProvider. initiateBlobUpload(long maxUploadSizeInBytes, int maxNumberOfURIs, @NotNull BlobUploadOptions options)
Begin a transaction to perform a direct blob upload to a storage location.
-