public enum ShardPrioritization extends Enum<ShardPrioritization>
| Enum Constant and Description |
|---|
NO_OP_SHARD_PRIORITIZATION |
PARENTS_FIRST_SHARD_PRIORITIZATION |
| Modifier and Type | Method and Description |
|---|---|
static ShardPrioritization |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShardPrioritization[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShardPrioritization PARENTS_FIRST_SHARD_PRIORITIZATION
public static final ShardPrioritization NO_OP_SHARD_PRIORITIZATION
public static ShardPrioritization[] values()
for (ShardPrioritization c : ShardPrioritization.values()) System.out.println(c);
public static ShardPrioritization 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 nullCopyright © 2025 MuleSoft, Inc.. All rights reserved.