| Interface | Description |
|---|---|
| EndpointGroup |
A list of
Endpoints. |
| EndpointSelectionStrategy |
Endpoint selection strategy that creates a EndpointSelector. |
| EndpointSelector |
Selects an
Endpoint from an EndpointGroup. |
| Class | Description |
|---|---|
| DynamicEndpointGroup |
A dynamic
EndpointGroup. |
| EndpointGroupRegistry |
An in-memory registry of server groups.
|
| PropertiesEndpointGroup |
A
Properties backed EndpointGroup. |
| StaticEndpointGroup | Deprecated |
| StickyEndpointSelectionStrategy |
An
EndpointSelector strategy which implements sticky load-balancing using
user passed ToLongFunction to compute hashes for consistent hashing. |
| Exception | Description |
|---|---|
| EndpointGroupException |
A
RuntimeException raised when the resolution of an EndpointGroup fails. |
Copyright © 2020 LeanCloud. All rights reserved.