Uses of Class
org.apache.storm.generated.LogLevelAction
-
Packages that use LogLevelAction Package Description org.apache.storm.generated -
-
Uses of LogLevelAction in org.apache.storm.generated
Methods in org.apache.storm.generated that return LogLevelAction Modifier and Type Method Description static LogLevelAction
LogLevelAction. findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.LogLevelAction
LogLevel. get_action()
static LogLevelAction
LogLevelAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogLevelAction[]
LogLevelAction. 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 LogLevelAction Modifier and Type Method Description void
LogLevel. set_action(LogLevelAction action)
Constructors in org.apache.storm.generated with parameters of type LogLevelAction Constructor Description LogLevel(LogLevelAction action)
-