public class SegmentNodeStoreFactory extends Object
The different secondaries are distinguished by their role attribute.
| Modifier and Type | Field and Description |
|---|---|
static String |
CUSTOM_BLOB_STORE |
static String |
REGISTER_DESCRIPTORS |
static String |
ROLE |
| Constructor and Description |
|---|
SegmentNodeStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.osgi.service.component.ComponentContext context) |
void |
deactivate() |
@Property(label="Role",
description="As multiple SegmentNodeStores can be configured, this parameter defines the role of \'this\' SegmentNodeStore.")
public static final String ROLE
@Property(boolValue=false,
label="Custom BlobStore",
description="Boolean value indicating that a custom BlobStore is to be used. By default large binary content would be stored within segment tar files")
public static final String CUSTOM_BLOB_STORE
@Property(boolValue=false,
label="Register JCR descriptors as OSGi services",
description="Should only be done for one factory instance")
public static final String REGISTER_DESCRIPTORS
@Activate
public void activate(org.osgi.service.component.ComponentContext context)
throws IOException
IOException@Deactivate public void deactivate()
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.