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 TypeMethodDescriptionaddRecord(InputStream input, org.apache.jackrabbit.oak.spi.blob.BlobOptions options) Add a record with specified options.
-
Method Details
-
addRecord
DataRecord addRecord(InputStream input, org.apache.jackrabbit.oak.spi.blob.BlobOptions options) throws DataStoreException Add a record with specified options.- Parameters:
input-options-- Returns:
- Throws:
DataStoreException
-