Uses of Class
org.apache.storm.generated.CommonAggregateStats
-
Packages that use CommonAggregateStats Package Description org.apache.storm.generated -
-
Uses of CommonAggregateStats in org.apache.storm.generated
Methods in org.apache.storm.generated that return CommonAggregateStats Modifier and Type Method Description CommonAggregateStats
CommonAggregateStats. deepCopy()
CommonAggregateStats
ComponentAggregateStats. get_common_stats()
Methods in org.apache.storm.generated with parameters of type CommonAggregateStats Modifier and Type Method Description int
CommonAggregateStats. compareTo(CommonAggregateStats other)
boolean
CommonAggregateStats. equals(CommonAggregateStats that)
void
ComponentAggregateStats. set_common_stats(CommonAggregateStats common_stats)
Constructors in org.apache.storm.generated with parameters of type CommonAggregateStats Constructor Description CommonAggregateStats(CommonAggregateStats other)
Performs a deep copy on other.
-