| Package | Description | 
|---|---|
| com.hazelcast.client | Contains classes/interfaces related to Client | 
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types | 
| com.hazelcast.client.util | This package contains some utility classes and the base implementations of the
 loadbalancer implementations | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. | 
| com.hazelcast.internal.cluster | Contains the internals for cluster management like discovery, joining etc. | 
| com.hazelcast.internal.cluster.impl | This package contains the implementation of the cluster functionality. | 
| com.hazelcast.spi | Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LoadBalancer. init(Cluster cluster,
    ClientConfig config)Initializes the LoadBalancer. | 
| Modifier and Type | Method and Description | 
|---|---|
| Cluster | HazelcastClientInstanceImpl. getCluster() | 
| Cluster | HazelcastClientProxy. getCluster() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientClusterProxyClient implementation of the  Cluster. | 
| 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 | MembershipEvent. getCluster()Returns the cluster of the event. | 
| Cluster | HazelcastInstance. getCluster()Returns the Cluster that this Hazelcast instance is part of. | 
| Cluster | InitialMembershipEvent. getCluster()Returns the cluster of the event. | 
| Constructor and Description | 
|---|
| InitialMembershipEvent(Cluster cluster,
                      Set<Member> members) | 
| MemberAttributeEvent(Cluster cluster,
                    Member member,
                    MemberAttributeOperationType operationType,
                    String key,
                    Object value) | 
| MembershipEvent(Cluster cluster,
               Member member,
               int eventType,
               Set<Member> members) | 
| Modifier and Type | Method and Description | 
|---|---|
| Cluster | HazelcastInstanceImpl. getCluster() | 
| Cluster | HazelcastInstanceProxy. getCluster() | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ClusterServiceA service responsible for member related functionality. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClusterServiceImpl | 
| Constructor and Description | 
|---|
| MemberAttributeServiceEvent(Cluster cluster,
                           MemberImpl member,
                           MemberAttributeOperationType operationType,
                           String key,
                           Object value) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.