public class DocumentNodeStoreService extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentNodeStoreService.Preset |
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASSIC_RGC_EXPR |
static String |
CONTINUOUS_RGC_EXPR |
static String |
CUSTOM_BLOB_STORE |
static long |
DEFAULT_RGC_TIME_LIMIT_SECS |
static String |
PROP_DS_TYPE |
static String |
PROP_REV_RECOVERY_INTERVAL |
| Constructor and Description |
|---|
DocumentNodeStoreService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext context,
org.apache.jackrabbit.oak.plugins.document.Configuration config) |
protected void |
bindBlobDataSource(DataSource dataSource) |
protected void |
bindBlobStore(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore) |
protected void |
bindDataSource(DataSource dataSource) |
protected void |
bindNodeStateCache(DocumentNodeStateCache nodeStateCache) |
protected void |
deactivate() |
protected void |
unbindBlobDataSource(DataSource dataSource) |
protected void |
unbindBlobStore(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore) |
protected void |
unbindDataSource(DataSource dataSource) |
protected void |
unbindNodeStateCache(DocumentNodeStateCache nodeStateCache) |
public static final String CONTINUOUS_RGC_EXPR
public static final String CLASSIC_RGC_EXPR
public static final long DEFAULT_RGC_TIME_LIMIT_SECS
public static final String CUSTOM_BLOB_STORE
public static final String PROP_REV_RECOVERY_INTERVAL
public static final String PROP_DS_TYPE
protected void activate(org.osgi.service.component.ComponentContext context,
org.apache.jackrabbit.oak.plugins.document.Configuration config)
throws Exception
Exceptionprotected void deactivate()
protected void bindBlobStore(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore) throws IOException
IOExceptionprotected void unbindBlobStore(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore)
protected void bindDataSource(DataSource dataSource) throws IOException
IOExceptionprotected void unbindDataSource(DataSource dataSource)
protected void bindBlobDataSource(DataSource dataSource) throws IOException
IOExceptionprotected void unbindBlobDataSource(DataSource dataSource)
protected void bindNodeStateCache(DocumentNodeStateCache nodeStateCache) throws IOException
IOExceptionprotected void unbindNodeStateCache(DocumentNodeStateCache nodeStateCache)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.