Class SegmentNodeStoreFactory
java.lang.Object
org.apache.jackrabbit.oak.segment.SegmentNodeStoreFactory
A factory allowing creation of secondary segment node stores.
 
The different secondaries are distinguished by their role attribute.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidactivate(org.osgi.service.component.ComponentContext context, org.apache.jackrabbit.oak.segment.SegmentNodeStoreFactory.Configuration configuration) void
- 
Constructor Details- 
SegmentNodeStoreFactorypublic SegmentNodeStoreFactory()
 
- 
- 
Method Details- 
activatepublic void activate(org.osgi.service.component.ComponentContext context, org.apache.jackrabbit.oak.segment.SegmentNodeStoreFactory.Configuration configuration) throws IOException - Throws:
- IOException
 
- 
deactivatepublic void deactivate()
 
-