Class SegmentNodeStoreFactory


  • public class SegmentNodeStoreFactory
    extends java.lang.Object
    A factory allowing creation of secondary segment node stores.

    The different secondaries are distinguished by their role attribute.

    • 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.SegmentNodeStoreFactory.Configuration configuration)  
      void deactivate()  
      • Methods inherited from class java.lang.Object

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

      • SegmentNodeStoreFactory

        public SegmentNodeStoreFactory()
    • Method Detail

      • activate

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

        public void deactivate()