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