K - the type of keysV - the type of valuespublic class CacheLoaderClient<K,V> extends CacheClient implements CacheLoader<K,V>
CacheLoader that delegates requests to a CacheLoaderServer.address, client, port| Constructor and Description |
|---|
CacheLoaderClient(InetAddress address,
int port)
Constructs a
CacheLoaderClient. |
public 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 © 2014. All Rights Reserved.