Class FileStoreUtils.NodeStoreWithFileStore

  • All Implemented Interfaces:
    org.apache.jackrabbit.oak.spi.state.NodeStore
    Enclosing class:
    FileStoreUtils

    public static class FileStoreUtils.NodeStoreWithFileStore
    extends org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeStoreWithFileStore​(org.apache.jackrabbit.oak.segment.SegmentNodeStore segmentNodeStore, org.apache.jackrabbit.oak.segment.file.FileStore fileStore)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.jackrabbit.oak.segment.file.FileStore getFileStore()  
      org.apache.jackrabbit.oak.segment.SegmentNodeStore getNodeStore()  
      • Methods inherited from class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore

        checkpoint, checkpoint, checkpointInfo, checkpoints, createBlob, getBlob, getRoot, merge, rebase, release, reset, retrieve
      • Methods inherited from class java.lang.Object

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

      • NodeStoreWithFileStore

        public NodeStoreWithFileStore​(org.apache.jackrabbit.oak.segment.SegmentNodeStore segmentNodeStore,
                                      org.apache.jackrabbit.oak.segment.file.FileStore fileStore)
    • Method Detail

      • getFileStore

        public org.apache.jackrabbit.oak.segment.file.FileStore getFileStore()
      • getNodeStore

        public org.apache.jackrabbit.oak.segment.SegmentNodeStore getNodeStore()
        Specified by:
        getNodeStore in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore