| Modifier and Type | Method and Description |
|---|---|
ClientImplOptions |
ClientImplOptions.setAutoRefreshing(boolean autoRefreshing)
Set auto-refreshing on or off.
|
ClientImplOptions |
ClientImplOptions.setCatalogueFetcher(CatalogueFetcher catalogueFetcher)
Tell
ClientImpl to use a custom CatalogueFetcher. |
ClientImplOptions |
ClientImplOptions.setMaxAcceptableStaleness(long milliseconds)
Set a limit on maximum allowed staleness of the used catalogue.
|
ClientImplOptions |
ClientImplOptions.setMinTimeBetweenQueries(long milliseconds)
Set a minimum time between subsequent auto-refresh queries.
|
ClientImplOptions |
ClientImplOptions.setPersistentCacheMap(Map<String,byte[]> persistentCacheMap)
Tell
ClientImpl to use a given map as persistent cache between its subsequent
instantiations. |
ClientImplOptions |
ClientImplOptions.setTimeBetweenRetries(long milliseconds)
Set a time between query retries, when no valid response was received.
|
| Constructor and Description |
|---|
ClientImpl(ClientImplOptions options)
Construct
ClientImpl. |
Copyright © 2017. All rights reserved.