Uses of Class
backtype.storm.generated.ExecutorInfo

Packages that use ExecutorInfo
backtype.storm.generated   
 

Uses of ExecutorInfo in backtype.storm.generated
 

Methods in backtype.storm.generated that return ExecutorInfo
 ExecutorInfo ExecutorInfo.deepCopy()
           
 ExecutorInfo ExecutorSummary.get_executor_info()
           
 

Methods in backtype.storm.generated with parameters of type ExecutorInfo
 int ExecutorInfo.compareTo(ExecutorInfo other)
           
 boolean ExecutorInfo.equals(ExecutorInfo that)
           
 void ExecutorSummary.set_executor_info(ExecutorInfo executor_info)
           
 

Constructors in backtype.storm.generated with parameters of type ExecutorInfo
ExecutorInfo(ExecutorInfo other)
          Performs a deep copy on other.
ExecutorSummary(ExecutorInfo executor_info, String component_id, String host, int port, int uptime_secs)
           
 



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