Uses of Class
org.apache.storm.generated.SpoutStats
-
Packages that use SpoutStats Package Description org.apache.storm.generated -
-
Uses of SpoutStats in org.apache.storm.generated
Methods in org.apache.storm.generated that return SpoutStats Modifier and Type Method Description SpoutStats
SpoutStats. deepCopy()
SpoutStats
ExecutorSpecificStats. get_spout()
Methods in org.apache.storm.generated with parameters of type SpoutStats Modifier and Type Method Description int
SpoutStats. compareTo(SpoutStats other)
boolean
SpoutStats. equals(SpoutStats that)
void
ExecutorSpecificStats. set_spout(SpoutStats value)
static ExecutorSpecificStats
ExecutorSpecificStats. spout(SpoutStats value)
Constructors in org.apache.storm.generated with parameters of type SpoutStats Constructor Description SpoutStats(SpoutStats other)
Performs a deep copy on other.
-