Uses of Class
org.apache.storm.generated.Nimbus.setLogConfig_args
-
Packages that use Nimbus.setLogConfig_args Package Description org.apache.storm.generated -
-
Uses of Nimbus.setLogConfig_args in org.apache.storm.generated
Methods in org.apache.storm.generated that return Nimbus.setLogConfig_args Modifier and Type Method Description Nimbus.setLogConfig_args
Nimbus.setLogConfig_args. deepCopy()
Nimbus.setLogConfig_args
Nimbus.AsyncProcessor.setLogConfig. getEmptyArgsInstance()
Nimbus.setLogConfig_args
Nimbus.Processor.setLogConfig. getEmptyArgsInstance()
Methods in org.apache.storm.generated with parameters of type Nimbus.setLogConfig_args Modifier and Type Method Description int
Nimbus.setLogConfig_args. compareTo(Nimbus.setLogConfig_args other)
boolean
Nimbus.setLogConfig_args. equals(Nimbus.setLogConfig_args that)
Nimbus.setLogConfig_result
Nimbus.Processor.setLogConfig. getResult(I iface, Nimbus.setLogConfig_args args)
void
Nimbus.AsyncProcessor.setLogConfig. start(I iface, Nimbus.setLogConfig_args args, org.apache.storm.thrift.async.AsyncMethodCallback<Void> resultHandler)
Constructors in org.apache.storm.generated with parameters of type Nimbus.setLogConfig_args Constructor Description setLogConfig_args(Nimbus.setLogConfig_args other)
Performs a deep copy on other.
-