public class Spi2jcrRepositoryServiceFactory extends Object implements org.apache.jackrabbit.spi.RepositoryServiceFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_BATCH_READ_CONFIG
Optional batch read configuration parameter.
|
static String |
PARAM_ITEMINFO_CACHE_SIZE
Optional configuration parameter: It's value determines the size of the
ItemInfoCache cache. |
static String |
PARAM_REPOSITORY
Mandatory repository parameter: expects value to be an instance of
Repository. |
| Constructor and Description |
|---|
Spi2jcrRepositoryServiceFactory() |
public static final String PARAM_REPOSITORY
Repository.public static final String PARAM_BATCH_READ_CONFIG
BatchReadConfig.public static final String PARAM_ITEMINFO_CACHE_SIZE
ItemInfoCache cache. Defaults to ItemInfoCacheImpl.DEFAULT_CACHE_SIZE.public org.apache.jackrabbit.spi.RepositoryService createRepositoryService(Map<?,?> parameters) throws RepositoryException
createRepositoryService in interface org.apache.jackrabbit.spi.RepositoryServiceFactoryRepositoryExceptionCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.