Uses of Enum
org.apache.storm.generated.TopologyStatus
-
Uses of TopologyStatus in org.apache.storm.generated
Modifier and TypeMethodDescriptionstatic TopologyStatus
TopologyStatus.findByValue
(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.StormBase.get_prev_status()
StormBase.get_status()
static TopologyStatus
Returns the enum constant of this type with the specified name.static TopologyStatus[]
TopologyStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
StormBase.set_prev_status
(TopologyStatus prev_status) void
StormBase.set_status
(TopologyStatus status)