public class ClientCacheProxyFactory extends Object implements ClientProxyFactory
| Constructor and Description |
|---|
ClientCacheProxyFactory(HazelcastClientInstanceImpl client) |
| Modifier and Type | Method and Description |
|---|---|
ClientProxy |
create(String id,
ClientContext context)
Creates a new client proxy with the given ID
|
void |
recreateCachesOnCluster() |
public ClientCacheProxyFactory(HazelcastClientInstanceImpl client)
public ClientProxy create(String id, ClientContext context)
ClientProxyFactorycreate in interface ClientProxyFactoryid - the ID of the client proxycontext - the ClientContext of the client proxypublic void recreateCachesOnCluster()
Copyright © 2019 Hazelcast, Inc.. All rights reserved.