public static enum KafkaStreamsAssignment.AssignedTask.Type extends Enum<KafkaStreamsAssignment.AssignedTask.Type>
Modifier and Type | Method and Description |
---|---|
static KafkaStreamsAssignment.AssignedTask.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaStreamsAssignment.AssignedTask.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KafkaStreamsAssignment.AssignedTask.Type ACTIVE
public static final KafkaStreamsAssignment.AssignedTask.Type STANDBY
public static KafkaStreamsAssignment.AssignedTask.Type[] values()
for (KafkaStreamsAssignment.AssignedTask.Type c : KafkaStreamsAssignment.AssignedTask.Type.values()) System.out.println(c);
public static KafkaStreamsAssignment.AssignedTask.Type 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