Interface TypedDataStore
- All Known Implementing Classes:
AbstractSharedCachingDataStore,CachingFileDataStore,DataStoreBlobStore
Deprecated.
The Jackrabbit Oak Blob Plugins library is designed for Oak-internal use only and thus deprecated. It will not be part of the AEM SDK after April 2025.
Interface to provide ability to the
DataStore
to add records with BlobOptions.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jackrabbit.oak.spi.blob.data.DataRecordaddRecord(InputStream input, BlobOptions options) Deprecated.Add a record with specified options.
-
Method Details
-
addRecord
org.apache.jackrabbit.oak.spi.blob.data.DataRecord addRecord(InputStream input, BlobOptions options) throws org.apache.jackrabbit.oak.spi.blob.data.DataStoreException Deprecated.Add a record with specified options.- Parameters:
input-options-- Returns:
- Throws:
org.apache.jackrabbit.oak.spi.blob.data.DataStoreException
-