Package org.apache.storm.generated
Enum Class TopologyStatus
- All Implemented Interfaces:
- Serializable,- Comparable<TopologyStatus>,- Constable,- org.apache.storm.thrift.TEnum
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public enum TopologyStatus
extends Enum<TopologyStatus>
implements org.apache.storm.thrift.TEnum
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Method SummaryModifier and TypeMethodDescriptionstatic TopologyStatusfindByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.intgetValue()Get the integer value of this enum value, as defined in the Thrift IDL.static TopologyStatusReturns the enum constant of this class with the specified name.static TopologyStatus[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
ACTIVE
- 
INACTIVE
- 
REBALANCING
- 
KILLED
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
getValuepublic int getValue()Get the integer value of this enum value, as defined in the Thrift IDL.- Specified by:
- getValuein interface- org.apache.storm.thrift.TEnum
 
- 
findByValueFind a the enum type by its integer value, as defined in the Thrift IDL.- Returns:
- null if the value is not found.
 
 
-