Package | Description |
---|---|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
Modifier and Type | Method and Description |
---|---|
ClientProxy |
ClientProxyFactory.create(String id)
Creates a new client proxy with the given ID
|
ClientProxy |
ProxyManager.getOrCreateProxy(String service,
String id) |
protected ClientProxy |
ClientProxy.setContext(ClientContext context) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ClientProxy> |
ClientProxyDescriptor.getClientProxyClass() |
Modifier and Type | Method and Description |
---|---|
void |
ProxyManager.destroyProxy(ClientProxy proxy)
Destroys the given proxy in a cluster-wide way.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyManager.register(String serviceName,
Class<? extends ClientProxy> proxyType) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.