Package | Description |
---|---|
com.hazelcast.client.connection |
Provides connection interfaces/classes for com.hazelcast.client
|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
Modifier and Type | Field and Description |
---|---|
protected ClientContext |
ClientConnectionStrategy.clientContext |
Modifier and Type | Method and Description |
---|---|
void |
ClientConnectionStrategy.init(ClientContext clientContext)
Initialize this strategy with client context and config
|
Modifier and Type | Method and Description |
---|---|
ClientContext |
ProxyManager.getContext() |
ClientContext |
ClientProxy.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
ProxyManager.init(ClientConfig config,
ClientContext clientContext) |
protected ClientProxy |
ClientProxy.setContext(ClientContext context) |
Constructor and Description |
---|
ClientProxy(String serviceName,
String name,
ClientContext context) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.