Uses of Interface
org.apache.jackrabbit.oak.spi.blob.GarbageCollectableBlobStore
-
Packages that use GarbageCollectableBlobStore Package Description 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 Modifier and Type Class Description classAbstractBlobStoreAn abstract data store that splits the binaries in relatively small blocks, so that each block fits in memory.classFileBlobStoreA file blob store.classMemoryBlobStoreA memory blob store.
-