Uses of Class
backtype.storm.generated.ErrorInfo

Packages that use ErrorInfo
backtype.storm.generated   
 

Uses of ErrorInfo in backtype.storm.generated
 

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

Methods in backtype.storm.generated that return types with arguments of type ErrorInfo
 Map<String,List<ErrorInfo>> TopologyInfo.get_errors()
           
 

Methods in backtype.storm.generated with parameters of type ErrorInfo
 int ErrorInfo.compareTo(ErrorInfo other)
           
 boolean ErrorInfo.equals(ErrorInfo that)
           
 

Method parameters in backtype.storm.generated with type arguments of type ErrorInfo
 void TopologyInfo.put_to_errors(String key, List<ErrorInfo> val)
           
 void TopologyInfo.set_errors(Map<String,List<ErrorInfo>> errors)
           
 

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

Constructor parameters in backtype.storm.generated with type arguments of type ErrorInfo
TopologyInfo(String id, String name, int uptime_secs, List<ExecutorSummary> executors, String status, Map<String,List<ErrorInfo>> errors)
           
 



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