Package | Description |
---|---|
com.hazelcast.client.util |
This package contains some utility classes and the base implementations of the
loadbalancer implementations
|
com.hazelcast.cluster |
This package contains the cluster functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoadBalancer
An abstract
LoadBalancer implementation. |
class |
RandomLB
A
LoadBalancer that selects a random member to route to. |
class |
RoundRobinLB
A
LoadBalancer implementation that relies on using round robin
to a next member to send a request to. |
Modifier and Type | Interface and Description |
---|---|
interface |
InitialMembershipListener
The InitialMembershipListener is a
MembershipListener that first receives an
InitialMembershipEvent when it is registered so it immediately knows which members are available. |
Modifier and Type | Class and Description |
---|---|
class |
MembershipAdapter
Adapter for MembershipListener.
|
Modifier and Type | Method and Description |
---|---|
UUID |
Cluster.addMembershipListener(MembershipListener listener)
Adds MembershipListener to listen for membership updates.
|
Copyright © 2022 Hazelcast, Inc.. All rights reserved.