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)
usingnull
workspace name,ItemInfoCacheImpl.DEFAULT_CACHE_SIZE
as size for the item cache,RepositoryServiceImpl.MAX_CONNECTIONS_DEFAULT
for the maximum number of connections on the client andConnectionOptions.DEFAULT
.
-