Uses of Enum
org.apache.storm.generated.TopologyStatus
Packages that use TopologyStatus
-
Uses of TopologyStatus in org.apache.storm.generated
Methods in org.apache.storm.generated that return TopologyStatusModifier 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.Methods in org.apache.storm.generated with parameters of type TopologyStatusModifier and TypeMethodDescriptionvoid
StormBase.set_prev_status
(TopologyStatus prev_status) void
StormBase.set_status
(TopologyStatus status) Constructors in org.apache.storm.generated with parameters of type TopologyStatus