Uses of Interface
com.hazelcast.cluster.Cluster
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.
|
-
Uses of Cluster in com.hazelcast.client
Methods in com.hazelcast.client with parameters of type Cluster Modifier and Type Method Description void
LoadBalancer. init(Cluster cluster, ClientConfig config)
Initializes the LoadBalancer. -
Uses of Cluster in com.hazelcast.client.util
Methods in com.hazelcast.client.util with parameters of type Cluster Modifier and Type Method Description void
AbstractLoadBalancer. init(Cluster cluster, ClientConfig config)
void
StaticLB. init(Cluster cluster, ClientConfig config)
-
Uses of Cluster in com.hazelcast.cluster
Methods in com.hazelcast.cluster that return Cluster Modifier and Type Method Description Cluster
InitialMembershipEvent. getCluster()
Returns the cluster of the event.Cluster
MembershipEvent. getCluster()
Returns the cluster of the event.Constructors in com.hazelcast.cluster with parameters of type Cluster Constructor Description InitialMembershipEvent(Cluster cluster, Set<Member> members)
MembershipEvent(Cluster cluster, Member member, int eventType, Set<Member> members)
-
Uses of Cluster in com.hazelcast.core
Methods in com.hazelcast.core that return Cluster Modifier and Type Method Description Cluster
HazelcastInstance. getCluster()
Returns the Cluster that this Hazelcast instance is part of.