Enum Class LoadBalancingPolicy.BroadcastCondition
java.lang.Object
java.lang.Enum<LoadBalancingPolicy.BroadcastCondition>
com.gigaspaces.cluster.loadbalance.LoadBalancingPolicy.BroadcastCondition
- All Implemented Interfaces:
Serializable,Comparable<LoadBalancingPolicy.BroadcastCondition>,java.lang.constant.Constable
- Enclosing class:
- LoadBalancingPolicy
public static enum LoadBalancingPolicy.BroadcastCondition
extends Enum<LoadBalancingPolicy.BroadcastCondition>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionon what condition does broadcast depend ? -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ROUTING_INDEX_IS_NULL
on what condition does broadcast depend ? -
ALWAYS
-
NEVER
-
IF_NULL_VALUES
-
UNCONDITIONAL
-
DISABLED
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
isBroadcastNever
public boolean isBroadcastNever() -
getDescription
-
getBroadcastConditionValue
-