| Package | Description | 
|---|---|
| org.apache.storm.generated | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StormBase. set_prev_status(TopologyStatus prev_status) | 
| void | StormBase. set_status(TopologyStatus status) | 
| Constructor and Description | 
|---|
| StormBase(String name,
         TopologyStatus status,
         int num_workers) | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.