Uses of Class
backtype.storm.generated.SupervisorSummary

Packages that use SupervisorSummary
backtype.storm.generated   
 

Uses of SupervisorSummary in backtype.storm.generated
 

Methods in backtype.storm.generated that return SupervisorSummary
 SupervisorSummary SupervisorSummary.deepCopy()
           
 

Methods in backtype.storm.generated that return types with arguments of type SupervisorSummary
 Iterator<SupervisorSummary> ClusterSummary.get_supervisors_iterator()
           
 List<SupervisorSummary> ClusterSummary.get_supervisors()
           
 

Methods in backtype.storm.generated with parameters of type SupervisorSummary
 void ClusterSummary.add_to_supervisors(SupervisorSummary elem)
           
 int SupervisorSummary.compareTo(SupervisorSummary other)
           
 boolean SupervisorSummary.equals(SupervisorSummary that)
           
 

Method parameters in backtype.storm.generated with type arguments of type SupervisorSummary
 void ClusterSummary.set_supervisors(List<SupervisorSummary> supervisors)
           
 

Constructors in backtype.storm.generated with parameters of type SupervisorSummary
SupervisorSummary(SupervisorSummary other)
          Performs a deep copy on other.
 

Constructor parameters in backtype.storm.generated with type arguments of type SupervisorSummary
ClusterSummary(List<SupervisorSummary> supervisors, int nimbus_uptime_secs, List<TopologySummary> topologies)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.