|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cluster | |
|---|---|
| com.hazelcast.client | Contains classes/interfaces related to Client |
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. |
| com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures and operation types |
| com.hazelcast.client.util | This package contains some utility classes and the base implementations of the loadbalancer implementations |
| com.hazelcast.cluster.impl | This package contains the implementation of the cluster functionality. |
| com.hazelcast.core | Provides core API interfaces/classes. |
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
| com.hazelcast.jca | This package contains jca functionality |
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
| Uses of Cluster in com.hazelcast.client |
|---|
| 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.client.impl |
|---|
| Methods in com.hazelcast.client.impl that return Cluster | |
|---|---|
Cluster |
HazelcastClientInstanceImpl.getCluster()
|
Cluster |
HazelcastClientProxy.getCluster()
|
| Uses of Cluster in com.hazelcast.client.proxy |
|---|
| Classes in com.hazelcast.client.proxy that implement Cluster | |
|---|---|
class |
ClientClusterProxy
Client implementation of the Cluster. |
| Uses of Cluster in com.hazelcast.client.util |
|---|
| Methods in com.hazelcast.client.util with parameters of type Cluster | |
|---|---|
void |
AbstractLoadBalancer.init(Cluster cluster,
ClientConfig config)
|
void |
StaticLB.init(Cluster cluster,
ClientConfig config)
|
| Uses of Cluster in com.hazelcast.cluster.impl |
|---|
| Classes in com.hazelcast.cluster.impl that implement Cluster | |
|---|---|
class |
ClusterProxy
|
| Methods in com.hazelcast.cluster.impl 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 |
HazelcastInstance.getCluster()
Returns the Cluster that this Hazelcast instance is part of. |
Cluster |
InitialMembershipEvent.getCluster()
Returns the cluster of the event. |
| Constructors in com.hazelcast.core with parameters of type Cluster | |
|---|---|
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)
|
|
| Uses of Cluster in com.hazelcast.instance |
|---|
| Methods in com.hazelcast.instance that return Cluster | |
|---|---|
Cluster |
HazelcastInstanceImpl.getCluster()
|
Cluster |
HazelcastInstanceProxy.getCluster()
|
| Uses of Cluster in com.hazelcast.jca |
|---|
| Methods in com.hazelcast.jca that return Cluster | |
|---|---|
Cluster |
HazelcastConnectionImpl.getCluster()
|
| Uses of Cluster in com.hazelcast.spi |
|---|
| Constructors in com.hazelcast.spi with parameters of type Cluster | |
|---|---|
MemberAttributeServiceEvent(Cluster cluster,
MemberImpl member,
MemberAttributeOperationType operationType,
String key,
Object value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||