Uses of Interface
com.hazelcast.core.Cluster

Packages that use Cluster
com.hazelcast.client This package contains the serverside client functionality 
com.hazelcast.cluster   
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
 

Uses of Cluster in com.hazelcast.client
 

Methods in com.hazelcast.client that return Cluster
 Cluster HazelcastClientProxy.getCluster()
           
 Cluster HazelcastClient.getCluster()
           
 

Methods in com.hazelcast.client with parameters of type Cluster
 void LoadBalancer.init(Cluster cluster, ClientConfig config)
          Initializes the LoadBalancer.
 

Uses of Cluster in com.hazelcast.cluster
 

Classes in com.hazelcast.cluster that implement Cluster
 class ClusterProxy
           
 

Methods in com.hazelcast.cluster that return Cluster
 Cluster ClusterServiceImpl.getClusterProxy()
           
 

Uses of Cluster in com.hazelcast.core
 

Methods in com.hazelcast.core that return Cluster
 Cluster MembershipEvent.getCluster()
          Returns the cluster of the event.
 Cluster InitialMembershipEvent.getCluster()
          Returns the cluster of the event.
 Cluster HazelcastInstance.getCluster()
          Returns the Cluster that this Hazelcast instance is part of.
 

Constructors in com.hazelcast.core with parameters of type Cluster
InitialMembershipEvent(Cluster cluster, Set<Member> members)
           
MemberAttributeEvent(Cluster cluster, com.hazelcast.instance.MemberImpl member, MemberAttributeOperationType operationType, String key, Object value)
           
MembershipEvent(Cluster cluster, Member member, int eventType, Set<Member> members)
           
 

Uses of Cluster in com.hazelcast.spi
 

Constructors in com.hazelcast.spi with parameters of type Cluster
MemberAttributeServiceEvent(Cluster cluster, com.hazelcast.instance.MemberImpl member, MemberAttributeOperationType operationType, String key, Object value)
           
MembershipServiceEvent(Cluster cluster, Member member, int eventType, Set<Member> members)
           
 



Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.