public interface RepositoryConfig
 Instances of this class should implement
 Referenceable in order to make JCR2SPI's
 Repository itself referenceable.
| 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()  | 
RepositoryService getRepositoryService() throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionCacheBehaviour getCacheBehaviour()
int getItemCacheSize()
int getPollTimeout()
RepositoryService for changes.<T> T getConfiguration(String name, T defaultValue)
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.