| Package | Description | 
|---|---|
| com.hazelcast.client | 
 Contains classes/interfaces related to Client 
 | 
| com.hazelcast.client.util | 
 This package contains some utility classes and the base implementations of the
 loadbalancer implementations 
 | 
| com.hazelcast.cluster | 
 This package contains the cluster functionality. 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.jet | 
 Hazelcast Jet is a distributed computation engine running on top of
 Hazelcast IMDG technology. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LoadBalancer.init(Cluster cluster,
    ClientConfig config)
Initializes the LoadBalancer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractLoadBalancer.init(Cluster cluster,
    ClientConfig config)  | 
void | 
StaticLB.init(Cluster cluster,
    ClientConfig config)  | 
| Modifier and Type | Method and Description | 
|---|---|
Cluster | 
InitialMembershipEvent.getCluster()
Returns the cluster of the event. 
 | 
Cluster | 
MembershipEvent.getCluster()
Returns the cluster of the event. 
 | 
| Constructor and Description | 
|---|
InitialMembershipEvent(Cluster cluster,
                      Set<Member> members)  | 
MembershipEvent(Cluster cluster,
               Member member,
               int eventType,
               Set<Member> members)  | 
| Modifier and Type | Method and Description | 
|---|---|
Cluster | 
HazelcastInstance.getCluster()
Returns the Cluster that this Hazelcast instance is part of. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Cluster | 
JetInstance.getCluster()
Deprecated. 
 
since 5.0
 Use  
HazelcastInstance.getCluster() instead. | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.