Class SegmentNodeStoreFactory

java.lang.Object
org.apache.jackrabbit.oak.segment.SegmentNodeStoreFactory

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

The different secondaries are distinguished by their role attribute.

  • Constructor Details

    • SegmentNodeStoreFactory

      public SegmentNodeStoreFactory()
  • Method Details

    • activate

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

      public void deactivate()