K - the type of keysV - the type of valuespublic class CacheLoaderClient<K,V> extends CacheClient implements javax.cache.integration.CacheLoader<K,V>
CacheLoader that delegates requests to a CacheLoaderServer.address, client, port| Constructor and Description |
|---|
CacheLoaderClient(InetAddress address,
int port)
Constructs a
CacheLoaderClient. |
| Modifier and Type | Method and Description |
|---|---|
V |
load(K key) |
Map<K,V> |
loadAll(Iterable<? extends K> keys) |
close, getClientpublic CacheLoaderClient(InetAddress address, int port)
CacheLoaderClient.address - the InetAddress on which to connect to the CacheLoaderServerport - the port to which to connect to the CacheLoaderServerCopyright © 2019. All rights reserved.