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