Package org.apache.jackrabbit.oak.spi.blob
-
Interface Summary Interface Description BlobStore An interface to store and read large binary objects.BlobStoreWrapper GarbageCollectableBlobStore A blob store that supports garbage collection.SharedBackend -
Class Summary Class Description AbstractBlobStore An abstract data store that splits the binaries in relatively small blocks, so that each block fits in memory.AbstractBlobStore.BlockId A block id.AbstractBlobStore.Data The data for a block.AbstractDataRecord ImplementsDataRecord
AbstractSharedBackend BlobOptions Options while writing blobs to the blob store / data store.BlobStoreInputStream An input stream to simplify reading from a store.FileBlobStore A file blob store.MemoryBlobStore A memory blob store. -
Enum Summary Enum Description BlobOptions.UploadType Specifies the upload type for the blob.