Interface TypedDataStore

All Known Implementing Classes:
AbstractSharedCachingDataStore, CachingFileDataStore, DataStoreBlobStore

public interface TypedDataStore
Interface to provide ability to the DataStore to add records with BlobOptions.
  • Method Summary

    Modifier and Type
    Method
    Description
    addRecord(InputStream input, org.apache.jackrabbit.oak.spi.blob.BlobOptions options)
    Add a record with specified options.