Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.forgerock.opendj.setup.model |
Contains code of the opendj setup model.
|
Modifier and Type | Method and Description |
---|---|
ValueOrExpression<ProxyBackendCfgDefn.LoadBalancingAlgorithm> |
ProxyBackendCfgClient.getLoadBalancingAlgorithm()
Gets the "load-balancing-algorithm" property.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyBackendCfgClient.setLoadBalancingAlgorithm(ValueOrExpression<ProxyBackendCfgDefn.LoadBalancingAlgorithm> value)
Sets the "load-balancing-algorithm" property.
|
Modifier and Type | Method and Description |
---|---|
static ProxyBackendCfgDefn.LoadBalancingAlgorithm |
ProxyBackendCfgDefn.LoadBalancingAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyBackendCfgDefn.LoadBalancingAlgorithm[] |
ProxyBackendCfgDefn.LoadBalancingAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumPropertyDefinition<ProxyBackendCfgDefn.LoadBalancingAlgorithm> |
ProxyBackendCfgDefn.getLoadBalancingAlgorithmPropertyDefinition()
Get the "load-balancing-algorithm" property definition.
|
Modifier and Type | Method and Description |
---|---|
ProxyBackendCfgDefn.LoadBalancingAlgorithm |
ProxyBackendCfg.getLoadBalancingAlgorithm()
Gets the "load-balancing-algorithm" property.
|
Modifier and Type | Method and Description |
---|---|
ProxyServerSetup |
ProxyServerSetup.loadBalancingAlgorithm(ProxyBackendCfgDefn.LoadBalancingAlgorithm algorithm)
Specifies the
ProxyBackendCfgDefn.LoadBalancingAlgorithm to use to load balance between servers. |
Copyright 2010-2018 ForgeRock AS.