Uses of Interface
org.apache.jackrabbit.oak.spi.blob.GarbageCollectableBlobStore

Packages that use GarbageCollectableBlobStore
org.apache.jackrabbit.oak.spi.blob   
 

Uses of GarbageCollectableBlobStore in org.apache.jackrabbit.oak.spi.blob
 

Classes in org.apache.jackrabbit.oak.spi.blob that implement GarbageCollectableBlobStore
 class AbstractBlobStore
          An abstract data store that splits the binaries in relatively small blocks, so that each block fits in memory.
 class FileBlobStore
          A file blob store.
 class MemoryBlobStore
          A memory blob store.
 



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