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 Summary
Constructors Constructor Description SegmentNodeStoreFactory()
-
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()
-
-
-
Method Detail
-
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()
-
-