Interface SplitBlobStore
-
- All Superinterfaces:
java.lang.AutoCloseable
,BlobStore
- All Known Implementing Classes:
DefaultSplitBlobStore
,WrappingSplitBlobStore
public interface SplitBlobStore extends BlobStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isMigrated(java.lang.String blobId)
-
Methods inherited from interface org.apache.jackrabbit.oak.spi.blob.BlobStore
getBlobId, getBlobLength, getInputStream, getReference, readBlob, writeBlob, writeBlob
-
-