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