Class SegmentNodeStoreService
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.SegmentNodeStoreService
-
public class SegmentNodeStoreService extends Object
An OSGi wrapper for the segment node store.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CUSTOM_BLOB_STORE
static String
REPOSITORY_HOME_DIRECTORY
-
Constructor Summary
Constructors Constructor Description SegmentNodeStoreService()
-
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()
-
-
-
Field Detail
-
CUSTOM_BLOB_STORE
public static final String CUSTOM_BLOB_STORE
- See Also:
- Constant Field Values
-
REPOSITORY_HOME_DIRECTORY
public static final String REPOSITORY_HOME_DIRECTORY
- See Also:
- Constant Field Values
-
-
Method Detail
-
activate
public void activate(org.osgi.service.component.ComponentContext context, org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.Configuration configuration) throws IOException
- Throws:
IOException
-
deactivate
public void deactivate()
-
-