public abstract class AbstractDataStoreService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_CACHE_SIZE |
static String |
PROP_ENCODE_LENGTH |
| Constructor and Description |
|---|
AbstractDataStoreService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext context,
Map<String,Object> config) |
protected abstract org.apache.jackrabbit.core.data.DataStore |
createDataStore(org.osgi.service.component.ComponentContext context,
Map<String,Object> config) |
protected void |
deactivate() |
protected String[] |
getDescription() |
protected org.apache.jackrabbit.oak.stats.StatisticsProvider |
getStatisticsProvider() |
protected static String |
lookup(org.osgi.service.component.ComponentContext context,
String property) |
public static final String PROP_ENCODE_LENGTH
public static final String PROP_CACHE_SIZE
protected void activate(org.osgi.service.component.ComponentContext context,
Map<String,Object> config)
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionprotected void deactivate()
throws org.apache.jackrabbit.core.data.DataStoreException
org.apache.jackrabbit.core.data.DataStoreExceptionprotected abstract org.apache.jackrabbit.core.data.DataStore createDataStore(org.osgi.service.component.ComponentContext context,
Map<String,Object> config)
protected org.apache.jackrabbit.oak.stats.StatisticsProvider getStatisticsProvider()
protected String[] getDescription()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.