Class SegmentNodeStoreService


  • public class SegmentNodeStoreService
    extends java.lang.Object
    An OSGi wrapper for the segment node store.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activate​(org.osgi.service.component.ComponentContext context, org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.Configuration configuration)  
      void deactivate()  
      • Methods inherited from class java.lang.Object

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

      • CUSTOM_BLOB_STORE

        public static final java.lang.String CUSTOM_BLOB_STORE
        See Also:
        Constant Field Values
      • REPOSITORY_HOME_DIRECTORY

        public static final java.lang.String REPOSITORY_HOME_DIRECTORY
        See Also:
        Constant Field Values
    • Constructor Detail

      • SegmentNodeStoreService

        public SegmentNodeStoreService()
    • Method Detail

      • activate

        public void activate​(org.osgi.service.component.ComponentContext context,
                             org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.Configuration configuration)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • deactivate

        public void deactivate()