Uses of Interface
com.hazelcast.core.Cluster

Packages that use Cluster
com.hazelcast.client   
com.hazelcast.core   
 

Uses of Cluster in com.hazelcast.client
 

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

Uses of Cluster in com.hazelcast.core
 

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

Constructors in com.hazelcast.core with parameters of type Cluster
MembershipEvent(Cluster cluster, Member member, int eventType)
           
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.