T - public class DestinationLoadBalancer<T> extends Object
| Constructor and Description |
|---|
DestinationLoadBalancer()
Ctor
|
| Modifier and Type | Method and Description |
|---|---|
DestinationLoadBalancer<T> |
add(Destination<T> d)
Add a destination to this load bamancer
|
Destination<T> |
getNextDestination() |
DestinationLoadBalancer<T> |
remove(Destination<T> d)
Remove a destination to this load bamancer
|
public Destination<T> getNextDestination()
public DestinationLoadBalancer<T> add(Destination<T> d)
d - the added destinationpublic DestinationLoadBalancer<T> remove(Destination<T> d)
d - the removed destinationCopyright © 2023. All rights reserved.