Uses of Interface
org.apache.jackrabbit.oak.spi.blob.BlobStore
-
Packages that use BlobStore Package Description org.apache.jackrabbit.oak.spi.blob org.apache.jackrabbit.oak.spi.blob.osgi org.apache.jackrabbit.oak.spi.blob.split -
-
Uses of BlobStore in org.apache.jackrabbit.oak.spi.blob
Subinterfaces of BlobStore in org.apache.jackrabbit.oak.spi.blob Modifier and Type Interface Description interfaceBlobStoreWrapperinterfaceGarbageCollectableBlobStoreA blob store that supports garbage collection.Classes in org.apache.jackrabbit.oak.spi.blob that implement BlobStore 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.Methods in org.apache.jackrabbit.oak.spi.blob with parameters of type BlobStore Modifier and Type Method Description static byte[]BlobStoreInputStream. readFully(BlobStore store, String id)voidBlobStoreWrapper. setBlobStore(BlobStore blobStore)Constructors in org.apache.jackrabbit.oak.spi.blob with parameters of type BlobStore Constructor Description BlobStoreInputStream(BlobStore store, String id, long pos) -
Uses of BlobStore in org.apache.jackrabbit.oak.spi.blob.osgi
Methods in org.apache.jackrabbit.oak.spi.blob.osgi with parameters of type BlobStore Modifier and Type Method Description protected voidSplitBlobStoreService. bindNewBlobStore(BlobStore blobStore)protected voidSplitBlobStoreService. bindOldBlobStore(BlobStore blobStore)protected voidSplitBlobStoreService. unbindNewBlobStore(BlobStore blobStore)protected voidSplitBlobStoreService. unbindOldBlobStore(BlobStore blobStore) -
Uses of BlobStore in org.apache.jackrabbit.oak.spi.blob.split
Subinterfaces of BlobStore in org.apache.jackrabbit.oak.spi.blob.split Modifier and Type Interface Description interfaceSplitBlobStoreClasses in org.apache.jackrabbit.oak.spi.blob.split that implement BlobStore Modifier and Type Class Description classDefaultSplitBlobStoreclassWrappingSplitBlobStoreMethods in org.apache.jackrabbit.oak.spi.blob.split with parameters of type BlobStore Modifier and Type Method Description voidWrappingSplitBlobStore. setBlobStore(BlobStore blobStore)Constructors in org.apache.jackrabbit.oak.spi.blob.split with parameters of type BlobStore Constructor Description DefaultSplitBlobStore(String repositoryDir, BlobStore oldBlobStore, BlobStore newBlobStore)WrappingSplitBlobStore(String repositoryDir, BlobStore newBlobStore)
-