Package org.apache.jackrabbit.mk.blobs

Interface Summary
BlobStore An interface to store and read large binary objects.
 

Class Summary
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.
BlobStoreInputStream An input stream to simplify reading from a store.
DbBlobStore A database blob store.
FileBlobStore A file blob store.
MemoryBlobStore A memory blob store.
MongoBlobStore A blob store that uses MongoDB.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.