| Package | Description | 
|---|---|
| org.apache.jackrabbit.spi2davex | 
| Constructor and Description | 
|---|
RepositoryServiceImpl(String jcrServerURI,
                     BatchReadConfig batchReadConfig)
Same as  
RepositoryServiceImpl.RepositoryServiceImpl(String, String, BatchReadConfig, int, int)
 using null workspace name, ItemInfoCacheImpl.DEFAULT_CACHE_SIZE
 as size for the item cache and RepositoryServiceImpl.MAX_CONNECTIONS_DEFAULT for the
 maximum number of connections on the client. | 
RepositoryServiceImpl(String jcrServerURI,
                     String defaultWorkspaceName,
                     BatchReadConfig batchReadConfig,
                     int itemInfoCacheSize)
Same as  
RepositoryServiceImpl.RepositoryServiceImpl(String, String, BatchReadConfig, int, int)
 using RepositoryServiceImpl.MAX_CONNECTIONS_DEFAULT for the maximum number of
 connections on the client. | 
RepositoryServiceImpl(String jcrServerURI,
                     String defaultWorkspaceName,
                     BatchReadConfig batchReadConfig,
                     int itemInfoCacheSize,
                     int maximumHttpConnections)
Creates a new instance of this repository service. 
 | 
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.