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 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 RepositoryException
RepositoryExceptionprotected void deactivate()
throws DataStoreException
DataStoreExceptionprotected abstract 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–2019 The Apache Software Foundation. All rights reserved.