Interface SplitBlobStore
-
- All Superinterfaces:
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(String blobId)
-
Methods inherited from interface java.lang.AutoCloseable
close
-
Methods inherited from interface org.apache.jackrabbit.oak.spi.blob.BlobStore
getBlobId, getBlobLength, getInputStream, getReference, readBlob, writeBlob, writeBlob
-
-
-
-
Method Detail
-
isMigrated
boolean isMigrated(String blobId) throws IOException
- Throws:
IOException
-
-