Class ConstantBlobStoreFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      ConstantBlobStoreFactory​(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.jackrabbit.oak.spi.blob.BlobStore create​(Closer closer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConstantBlobStoreFactory

        public ConstantBlobStoreFactory​(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore)
    • Method Detail

      • create

        public org.apache.jackrabbit.oak.spi.blob.BlobStore create​(Closer closer)
                                                            throws java.io.IOException
        Specified by:
        create in interface BlobStoreFactory
        Throws:
        java.io.IOException