Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.client.proxy | |
com.hazelcast.client.util | |
com.hazelcast.cluster | |
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance | |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
HazelcastClient.getCluster() |
Cluster |
HazelcastClientProxy.getCluster() |
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancer.init(Cluster cluster,
ClientConfig config)
Initializes the LoadBalancer.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientClusterProxy |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoadBalancer.init(Cluster cluster,
ClientConfig config) |
void |
StaticLB.init(Cluster cluster,
ClientConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
ClusterProxy |
Modifier and Type | Method and Description |
---|---|
Cluster |
ClusterServiceImpl.getClusterProxy() |
Modifier and Type | Method and Description |
---|---|
Cluster |
InitialMembershipEvent.getCluster()
Returns the cluster of the event.
|
Cluster |
HazelcastInstance.getCluster()
Returns the Cluster that this Hazelcast instance is part of.
|
Cluster |
MembershipEvent.getCluster()
Returns the cluster of the event.
|
Constructor and Description |
---|
InitialMembershipEvent(Cluster cluster,
Set<Member> members) |
MemberAttributeEvent(Cluster cluster,
MemberImpl member,
MemberAttributeOperationType operationType,
String key,
Object value) |
MembershipEvent(Cluster cluster,
Member member,
int eventType,
Set<Member> members) |
Modifier and Type | Method and Description |
---|---|
Cluster |
HazelcastInstanceProxy.getCluster() |
Cluster |
HazelcastInstanceImpl.getCluster() |
Constructor and Description |
---|
MemberAttributeServiceEvent(Cluster cluster,
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.