| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
RANDOM_LOAD_BALANCER |
"random" |
public static final String |
ROUND_ROBIN_LOAD_BALANCER |
"roundrobin" |
public static final String |
STICKY_LOAD_BALANCER |
"sticky" |
public static final int |
STICKY_LOAD_BALANCER_DEFAULT_CACHE_SIZE |
10000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
STICKY_LOAD_BALANCER_DEFAULT_CACHE_SIZE |
10000 |
Copyright © 2011–2015 Red Hat. All rights reserved.