Interface BlobStoreWrapper
-
- All Superinterfaces:
java.lang.AutoCloseable,BlobStore
- All Known Implementing Classes:
WrappingSplitBlobStore
public interface BlobStoreWrapper extends BlobStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetBlobStore(BlobStore blobStore)-
Methods inherited from interface org.apache.jackrabbit.oak.spi.blob.BlobStore
getBlobId, getBlobLength, getInputStream, getReference, readBlob, writeBlob, writeBlob
-
-
-
-
Method Detail
-
setBlobStore
void setBlobStore(BlobStore blobStore)
-
-