Uses of Class
org.apache.jackrabbit.mk.blobs.AbstractBlobStore

Packages that use AbstractBlobStore
org.apache.jackrabbit.mk.blobs   
 

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

Subclasses of AbstractBlobStore in org.apache.jackrabbit.mk.blobs
 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.
 

Methods in org.apache.jackrabbit.mk.blobs with parameters of type AbstractBlobStore
static byte[] BlobStoreInputStream.readFully(AbstractBlobStore store, String id)
           
 

Constructors in org.apache.jackrabbit.mk.blobs with parameters of type AbstractBlobStore
BlobStoreInputStream(AbstractBlobStore store, String id, long pos)
           
 



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