Class SegmentFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      SegmentFactory​(java.lang.String directory, boolean disableMmap, boolean readOnly)  
    • Constructor Detail

      • SegmentFactory

        public SegmentFactory​(java.lang.String directory,
                              boolean disableMmap,
                              boolean readOnly)
    • Method Detail

      • create

        public org.apache.jackrabbit.oak.spi.state.NodeStore create​(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore,
                                                                    Closer closer)
                                                             throws java.io.IOException
        Specified by:
        create in interface NodeStoreFactory
        Throws:
        java.io.IOException
      • getRepositoryDir

        public java.io.File getRepositoryDir()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object