Package | Description |
---|---|
com.hazelcast.client.connection |
Provides connection interfaces/classes for com.hazelcast.client
Everything in this package and its subpackages is private.
|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientConnectionManager.beforeClusterSwitch(CandidateClusterContext context) |
void |
ClientConnectionManager.setCandidateClusterContext(CandidateClusterContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ClientConnectionManagerImpl.beforeClusterSwitch(CandidateClusterContext context) |
void |
ClientConnectionManagerImpl.setCandidateClusterContext(CandidateClusterContext context) |
Modifier and Type | Method and Description |
---|---|
CandidateClusterContext |
ClientDiscoveryService.current() |
CandidateClusterContext |
ClientDiscoveryService.next() |
Constructor and Description |
---|
ClientDiscoveryService(int configsTryCount,
ArrayList<CandidateClusterContext> discoveryServices) |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.