Interface TypedDataStore

All Known Implementing Classes:
AbstractSharedCachingDataStore, CachingFileDataStore, DataStoreBlobStore

@Deprecated(since="2024-09-23") public interface TypedDataStore
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 Type
    Method
    Description
    org.apache.jackrabbit.oak.spi.blob.data.DataRecord
    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