Package | Description |
---|---|
com.hazelcast.client | |
com.hazelcast.cluster | |
com.hazelcast.core | |
com.hazelcast.impl |
Modifier and Type | Class and Description |
---|---|
class |
ClusterClientProxy |
Modifier and Type | Method and Description |
---|---|
Cluster |
HazelcastClient.getCluster() |
Modifier and Type | Class and Description |
---|---|
class |
ClusterImpl |
Modifier and Type | Method and Description |
---|---|
Cluster |
MembershipEvent.getCluster()
Returns the cluster of the event.
|
Cluster |
InitialMembershipEvent.getCluster()
Returns the cluster of the event.
|
static Cluster |
Hazelcast.getCluster()
Deprecated.
as of version 2.2
|
Cluster |
HazelcastInstance.getCluster()
Returns the Cluster that this Hazelcast instance is part of.
|
Constructor and Description |
---|
InitialMembershipEvent(Cluster cluster,
Set<Member> members) |
MembershipEvent(Cluster cluster,
Member member,
int eventType,
Set<Member> members) |
Modifier and Type | Method and Description |
---|---|
Cluster |
FactoryImpl.HazelcastInstanceProxy.getCluster() |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.