Uses of Interface
com.hazelcast.cluster.Cluster
Package
Description
Contains classes/interfaces related to Client
This package contains the cluster functionality.
Provides core API interfaces/classes.
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
-
Uses of Cluster in com.hazelcast.client
Modifier and TypeMethodDescriptionvoid
LoadBalancer.init
(Cluster cluster, ClientConfig config) Initializes the LoadBalancer. -
Uses of Cluster in com.hazelcast.cluster
Modifier and TypeMethodDescriptionInitialMembershipEvent.getCluster()
Returns the cluster of the event.MembershipEvent.getCluster()
Returns the cluster of the event.ModifierConstructorDescriptionInitialMembershipEvent
(Cluster cluster, Set<Member> members) MembershipEvent
(Cluster cluster, Member member, int eventType, Set<Member> members) -
Uses of Cluster in com.hazelcast.core
Modifier and TypeMethodDescriptionHazelcastInstance.getCluster()
Returns the Cluster that this Hazelcast instance is part of. -
Uses of Cluster in com.hazelcast.jet
HazelcastInstance.getCluster()
instead.