Package | Description |
---|---|
com.pushtechnology.diffusion.api.config |
Diffusion Configuration API.
|
Modifier and Type | Method and Description |
---|---|
static MultiplexerConfig.LoadBalancer |
MultiplexerConfig.LoadBalancer.fromString(String symbol)
Returns load balancer enum from string representation.
|
MultiplexerConfig.LoadBalancer |
WriteSelectorConfig.getLoadBalancer()
Deprecated.
Get the load balancer used for the selectors.
|
MultiplexerConfig.LoadBalancer |
MultiplexerConfig.getLoadBalancer()
Deprecated.
This configuration will be removed in a future release.
|
static MultiplexerConfig.LoadBalancer |
MultiplexerConfig.LoadBalancer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiplexerConfig.LoadBalancer[] |
MultiplexerConfig.LoadBalancer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteSelectorConfig.setLoadBalancer(MultiplexerConfig.LoadBalancer balancer)
Deprecated.
Set the load balancer used for the selectors.
|
void |
MultiplexerConfig.setLoadBalancer(MultiplexerConfig.LoadBalancer loadBalancer)
Deprecated.
This configuration will be removed in a future release. If
you have found the LEAST_CLIENTS algorithm useful, please
contact Push Technology Support and reference case 11098.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.