Uses of Interface
org.apache.jackrabbit.spi2davex.BatchReadConfig
-
Packages that use BatchReadConfig Package Description org.apache.jackrabbit.spi2davex -
-
Uses of BatchReadConfig in org.apache.jackrabbit.spi2davex
Constructors in org.apache.jackrabbit.spi2davex with parameters of type BatchReadConfig Constructor Description RepositoryServiceImpl(String jcrServerURI, String defaultWorkspaceName, BatchReadConfig batchReadConfig, int itemInfoCacheSize, ConnectionOptions connectionOptions)Creates a new instance of this repository service.RepositoryServiceImpl(String jcrServerURI, BatchReadConfig batchReadConfig)Same asRepositoryServiceImpl(String, String, BatchReadConfig, int, ConnectionOptions)usingnullworkspace name,ItemInfoCacheImpl.DEFAULT_CACHE_SIZEas size for the item cache,RepositoryServiceImpl.MAX_CONNECTIONS_DEFAULTfor the maximum number of connections on the client andConnectionOptions.DEFAULT.
-