Uses of Class
org.apache.storm.generated.TopologyStatus
-
Packages that use TopologyStatus Package Description org.apache.storm.generated -
-
Uses of TopologyStatus in org.apache.storm.generated
Methods in org.apache.storm.generated that return TopologyStatus Modifier and Type Method Description static TopologyStatus
TopologyStatus. findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.TopologyStatus
StormBase. get_prev_status()
TopologyStatus
StormBase. get_status()
static TopologyStatus
TopologyStatus. valueOf(String name)
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 TopologyStatus Modifier and Type Method Description void
StormBase. set_prev_status(TopologyStatus prev_status)
void
StormBase. set_status(TopologyStatus status)
Constructors in org.apache.storm.generated with parameters of type TopologyStatus Constructor Description StormBase(String name, TopologyStatus status, int num_workers)
-