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

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

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.
 

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.
 



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