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 . |
public CacheLoaderClient(InetAddress address, int port)
CacheLoaderClient
.address
- the InetAddress
on which to connect to the CacheLoaderServer
port
- the port to which to connect to the CacheLoaderServer
Copyright © 2014. All Rights Reserved.