public static enum IWaitStrategy.WAIT_SITUATION extends Enum<IWaitStrategy.WAIT_SITUATION>
Enum Constant and Description |
---|
BACK_PRESSURE_WAIT |
BOLT_WAIT |
SPOUT_WAIT |
Modifier and Type | Method and Description |
---|---|
static IWaitStrategy.WAIT_SITUATION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IWaitStrategy.WAIT_SITUATION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IWaitStrategy.WAIT_SITUATION SPOUT_WAIT
public static final IWaitStrategy.WAIT_SITUATION BOLT_WAIT
public static final IWaitStrategy.WAIT_SITUATION BACK_PRESSURE_WAIT
public static IWaitStrategy.WAIT_SITUATION[] values()
for (IWaitStrategy.WAIT_SITUATION c : IWaitStrategy.WAIT_SITUATION.values()) System.out.println(c);
public static IWaitStrategy.WAIT_SITUATION 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 © 2019 The Apache Software Foundation. All rights reserved.