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 RepositoryException
RepositoryException
CacheBehaviour getCacheBehaviour()
int getItemCacheSize()
int getPollTimeout()
RepositoryService
for changes.<T> T getConfiguration(String name, T defaultValue)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.