public static class Jcr2spiRepositoryFactory.RepositoryConfigImpl extends Object implements RepositoryConfig
| Constructor and Description |
|---|
Jcr2spiRepositoryFactory.RepositoryConfigImpl(RepositoryServiceFactory serviceFactory,
Map<?,?> parameters) |
| Modifier and Type | Method and Description |
|---|---|
CacheBehaviour |
getCacheBehaviour() |
<T> T |
getConfiguration(String name,
T defaultValue) |
int |
getItemCacheSize() |
int |
getPollTimeout()
Specifies an interval used for polling the
RepositoryService for changes. |
RepositoryService |
getRepositoryService() |
public Jcr2spiRepositoryFactory.RepositoryConfigImpl(RepositoryServiceFactory serviceFactory, Map<?,?> parameters) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic CacheBehaviour getCacheBehaviour()
getCacheBehaviour in interface RepositoryConfigpublic int getItemCacheSize()
getItemCacheSize in interface RepositoryConfigpublic int getPollTimeout()
RepositoryConfigRepositoryService for changes.getPollTimeout in interface RepositoryConfigpublic <T> T getConfiguration(String name, T defaultValue)
getConfiguration in interface RepositoryConfigpublic RepositoryService getRepositoryService() throws javax.jcr.RepositoryException
getRepositoryService in interface RepositoryConfigjavax.jcr.RepositoryExceptionCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.