Uses of Enum
org.apache.storm.generated.TopologyInitialStatus
-
Uses of TopologyInitialStatus in org.apache.storm.generated
Modifier and TypeMethodDescriptionstatic TopologyInitialStatus
TopologyInitialStatus.findByValue
(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.SubmitOptions.get_initial_status()
static TopologyInitialStatus
Returns the enum constant of this type with the specified name.static TopologyInitialStatus[]
TopologyInitialStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SubmitOptions.set_initial_status
(TopologyInitialStatus initial_status)