public enum DrReceiverLoadBalancingMode extends Enum<DrReceiverLoadBalancingMode>
| Enum Constant and Description |
|---|
DR_RANDOM
Balance receiver hubs in random fashion.
|
DR_ROUND_ROBIN
Balance receiver hubs in round-robin fashion.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable DrReceiverLoadBalancingMode |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static DrReceiverLoadBalancingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrReceiverLoadBalancingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrReceiverLoadBalancingMode DR_RANDOM
public static final DrReceiverLoadBalancingMode DR_ROUND_ROBIN
public static DrReceiverLoadBalancingMode[] values()
for (DrReceiverLoadBalancingMode c : DrReceiverLoadBalancingMode.values()) System.out.println(c);
public static DrReceiverLoadBalancingMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Nullable public static @Nullable DrReceiverLoadBalancingMode fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025