Uses of Class
org.apache.storm.generated.SpecificAggregateStats
-
Packages that use SpecificAggregateStats Package Description org.apache.storm.generated -
-
Uses of SpecificAggregateStats in org.apache.storm.generated
Methods in org.apache.storm.generated that return SpecificAggregateStats Modifier and Type Method Description static SpecificAggregateStats
SpecificAggregateStats. bolt(BoltAggregateStats value)
SpecificAggregateStats
SpecificAggregateStats. deepCopy()
SpecificAggregateStats
ComponentAggregateStats. get_specific_stats()
static SpecificAggregateStats
SpecificAggregateStats. spout(SpoutAggregateStats value)
Methods in org.apache.storm.generated with parameters of type SpecificAggregateStats Modifier and Type Method Description int
SpecificAggregateStats. compareTo(SpecificAggregateStats other)
boolean
SpecificAggregateStats. equals(SpecificAggregateStats other)
void
ComponentAggregateStats. set_specific_stats(SpecificAggregateStats specific_stats)
Constructors in org.apache.storm.generated with parameters of type SpecificAggregateStats Constructor Description SpecificAggregateStats(SpecificAggregateStats other)
-