public class DocumentNodeStoreService
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DocumentNodeStoreService.Preset |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSIC_RGC_EXPR |
static java.lang.String |
CONTINUOUS_RGC_EXPR |
static java.lang.String |
CUSTOM_BLOB_STORE |
static double |
DEFAULT_RGC_DELAY_FACTOR |
static long |
DEFAULT_RGC_TIME_LIMIT_SECS |
static java.lang.String |
PROP_DS_TYPE |
static java.lang.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(javax.sql.DataSource dataSource) |
protected void |
bindBlobStore(BlobStore blobStore) |
protected void |
bindDataSource(javax.sql.DataSource dataSource) |
protected void |
bindNodeStateCache(DocumentNodeStateCache nodeStateCache) |
protected void |
deactivate() |
protected void |
unbindBlobDataSource(javax.sql.DataSource dataSource) |
protected void |
unbindBlobStore(BlobStore blobStore) |
protected void |
unbindDataSource(javax.sql.DataSource dataSource) |
protected void |
unbindNodeStateCache(DocumentNodeStateCache nodeStateCache) |
public static final java.lang.String CONTINUOUS_RGC_EXPR
public static final java.lang.String CLASSIC_RGC_EXPR
public static final long DEFAULT_RGC_TIME_LIMIT_SECS
public static final double DEFAULT_RGC_DELAY_FACTOR
public static final java.lang.String CUSTOM_BLOB_STORE
public static final java.lang.String PROP_REV_RECOVERY_INTERVAL
public static final java.lang.String PROP_DS_TYPE
protected void activate(org.osgi.service.component.ComponentContext context, org.apache.jackrabbit.oak.plugins.document.Configuration config) throws java.lang.Exception
java.lang.Exception
protected void deactivate()
protected void bindBlobStore(BlobStore blobStore) throws java.io.IOException
java.io.IOException
protected void unbindBlobStore(BlobStore blobStore)
protected void bindDataSource(javax.sql.DataSource dataSource) throws java.io.IOException
java.io.IOException
protected void unbindDataSource(javax.sql.DataSource dataSource)
protected void bindBlobDataSource(javax.sql.DataSource dataSource) throws java.io.IOException
java.io.IOException
protected void unbindBlobDataSource(javax.sql.DataSource dataSource)
protected void bindNodeStateCache(DocumentNodeStateCache nodeStateCache) throws java.io.IOException
java.io.IOException
protected void unbindNodeStateCache(DocumentNodeStateCache nodeStateCache)
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.