Uses of Class
org.apache.storm.generated.Nimbus.downloadChunk_result
-
Packages that use Nimbus.downloadChunk_result Package Description org.apache.storm.generated -
-
Uses of Nimbus.downloadChunk_result in org.apache.storm.generated
Methods in org.apache.storm.generated that return Nimbus.downloadChunk_result Modifier and Type Method Description Nimbus.downloadChunk_result
Nimbus.downloadChunk_result. deepCopy()
Nimbus.downloadChunk_result
Nimbus.Processor.downloadChunk. getResult(I iface, Nimbus.downloadChunk_args args)
Methods in org.apache.storm.generated with parameters of type Nimbus.downloadChunk_result Modifier and Type Method Description int
Nimbus.downloadChunk_result. compareTo(Nimbus.downloadChunk_result other)
boolean
Nimbus.downloadChunk_result. equals(Nimbus.downloadChunk_result that)
Constructors in org.apache.storm.generated with parameters of type Nimbus.downloadChunk_result Constructor Description downloadChunk_result(Nimbus.downloadChunk_result other)
Performs a deep copy on other.
-