Class SegmentTarFactory

    • Constructor Summary

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

      • SegmentTarFactory

        public SegmentTarFactory​(java.lang.String directory,
                                 boolean disableMmap,
                                 int segmentCacheSize,
                                 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