Uses of Class
org.apache.storm.generated.ComponentAggregateStats
-
Packages that use ComponentAggregateStats Package Description org.apache.storm.generated -
-
Uses of ComponentAggregateStats in org.apache.storm.generated
Methods in org.apache.storm.generated that return ComponentAggregateStats Modifier and Type Method Description ComponentAggregateStats
ComponentAggregateStats. deepCopy()
ComponentAggregateStats
ExecutorAggregateStats. get_stats()
Methods in org.apache.storm.generated that return types with arguments of type ComponentAggregateStats Modifier and Type Method Description Map<GlobalStreamId,ComponentAggregateStats>
ComponentPageInfo. get_gsid_to_input_stats()
Map<String,ComponentAggregateStats>
TopologyPageInfo. get_id_to_bolt_agg_stats()
Map<String,ComponentAggregateStats>
TopologyPageInfo. get_id_to_spout_agg_stats()
Map<String,ComponentAggregateStats>
ComponentPageInfo. get_sid_to_output_stats()
Map<String,ComponentAggregateStats>
ComponentPageInfo. get_window_to_stats()
Methods in org.apache.storm.generated with parameters of type ComponentAggregateStats Modifier and Type Method Description int
ComponentAggregateStats. compareTo(ComponentAggregateStats other)
boolean
ComponentAggregateStats. equals(ComponentAggregateStats that)
void
ComponentPageInfo. put_to_gsid_to_input_stats(GlobalStreamId key, ComponentAggregateStats val)
void
TopologyPageInfo. put_to_id_to_bolt_agg_stats(String key, ComponentAggregateStats val)
void
TopologyPageInfo. put_to_id_to_spout_agg_stats(String key, ComponentAggregateStats val)
void
ComponentPageInfo. put_to_sid_to_output_stats(String key, ComponentAggregateStats val)
void
ComponentPageInfo. put_to_window_to_stats(String key, ComponentAggregateStats val)
void
ExecutorAggregateStats. set_stats(ComponentAggregateStats stats)
Method parameters in org.apache.storm.generated with type arguments of type ComponentAggregateStats Modifier and Type Method Description void
ComponentPageInfo. set_gsid_to_input_stats(Map<GlobalStreamId,ComponentAggregateStats> gsid_to_input_stats)
void
TopologyPageInfo. set_id_to_bolt_agg_stats(Map<String,ComponentAggregateStats> id_to_bolt_agg_stats)
void
TopologyPageInfo. set_id_to_spout_agg_stats(Map<String,ComponentAggregateStats> id_to_spout_agg_stats)
void
ComponentPageInfo. set_sid_to_output_stats(Map<String,ComponentAggregateStats> sid_to_output_stats)
void
ComponentPageInfo. set_window_to_stats(Map<String,ComponentAggregateStats> window_to_stats)
Constructors in org.apache.storm.generated with parameters of type ComponentAggregateStats Constructor Description ComponentAggregateStats(ComponentAggregateStats other)
Performs a deep copy on other.
-