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.
|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
com.hazelcast.client.spi.impl |
Provides util classes for the Hazelcast client SPI.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterSwitchAwareService.beforeClusterSwitch(CandidateClusterContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ClientClusterServiceImpl.beforeClusterSwitch(CandidateClusterContext context) |
void |
ClientPartitionServiceImpl.beforeClusterSwitch(CandidateClusterContext context) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.