| 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. |
| PropertiesEndpointGroup |
A
Properties backed EndpointGroup. |
| PropertiesEndpointGroupBuilder |
Builds a
PropertiesEndpointGroup. |
| StickyEndpointSelectionStrategy |
An
EndpointSelector strategy which implements sticky load-balancing using
user passed ToLongFunction to compute hashes for consistent hashing. |
| Exception | Description |
|---|---|
| EmptyEndpointGroupException |
An
EndpointGroupException raised when the resolution of an EndpointGroup fails
because there are no Endpoints in the EndpointGroup. |
| EndpointGroupException |
A
RuntimeException raised when the resolution of an EndpointGroup fails. |
Copyright © 2020 LeanCloud. All rights reserved.