| Interface | Description |
|---|---|
| AsyncLoadBalancingHandler |
A
AsyncLoadBalancingHandler is the runtime component of a LoadBalancingStrategy that provides the
logic for load balancing requests to TargetHosts configured for a Site. |
| AsyncLoadBalancingPlugin<H extends AsyncLoadBalancingHandler,C extends PluginConfiguration> |
A
AsyncLoadBalancingPlugin is the runtime instantiation of a Load Balancing Strategy, defined in the
Administrative API, that supports asynchronous computation. |
| LoadBalancingHandler |
A LoadBalancingHandler is the runtime component of a
LoadBalancingStrategy that provides the logic for
load balancing requests to TargetHosts configured for a Site. |
| LoadBalancingPlugin<H extends LoadBalancingHandler,C extends PluginConfiguration> |
A
LoadBalancingPlugin is the runtime instantiation of a Load Balancing Strategy, defined in the
Administrative API. |
| Class | Description |
|---|---|
| AsyncLoadBalancingPluginBase<H extends AsyncLoadBalancingHandler,C extends PluginConfiguration> |
A base class simplifying the implementation of
AsyncLoadBalancingPlugin. |
| LoadBalancingPluginBase<H extends LoadBalancingHandler,T extends PluginConfiguration> |
A Base class designed to simplify implementing a
LoadBalancingPlugin. |
| LoadBalancingStrategy.NONE |
| Annotation Type | Description |
|---|---|
| LoadBalancingStrategy |
Required annotation for defining LoadBalancingStrategies.
|
Copyright 2023 Ping Identity Corp. All rights reserved.