Uses of Interface
org.apache.jackrabbit.mk.blobs.BlobStore

Packages that use BlobStore
org.apache.jackrabbit.mk.blobs   
org.apache.jackrabbit.mk.core   
org.apache.jackrabbit.mk.persistence   
 

Uses of BlobStore in org.apache.jackrabbit.mk.blobs
 

Classes in org.apache.jackrabbit.mk.blobs that implement BlobStore
 class AbstractBlobStore
          An abstract data store that splits the binaries in relatively small blocks, so that each block fits in memory.
 class DbBlobStore
          A database blob store.
 class FileBlobStore
          A file blob store.
 class MemoryBlobStore
          A memory blob store.
 class MongoBlobStore
          A blob store that uses MongoDB.
 

Uses of BlobStore in org.apache.jackrabbit.mk.core
 

Methods in org.apache.jackrabbit.mk.core that return BlobStore
 BlobStore Repository.getBlobStore()
           
 

Constructors in org.apache.jackrabbit.mk.core with parameters of type BlobStore
Repository(RevisionStore rs, BlobStore bs)
          Alternate constructor, used for testing.
 

Uses of BlobStore in org.apache.jackrabbit.mk.persistence
 

Classes in org.apache.jackrabbit.mk.persistence that implement BlobStore
 class MongoPersistence
           
 



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