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