Uses of Class
org.apache.storm.generated.ErrorInfo
-
Packages that use ErrorInfo Package Description org.apache.storm.cluster org.apache.storm.generated -
-
Uses of ErrorInfo in org.apache.storm.cluster
Methods in org.apache.storm.cluster that return ErrorInfo Modifier and Type Method Description ErrorInfo
IStormClusterState. lastError(String stormId, String componentId)
ErrorInfo
StormClusterStateImpl. lastError(String stormId, String componentId)
Methods in org.apache.storm.cluster that return types with arguments of type ErrorInfo Modifier and Type Method Description List<ErrorInfo>
IStormClusterState. errors(String stormId, String componentId)
List<ErrorInfo>
StormClusterStateImpl. errors(String stormId, String componentId)
-
Uses of ErrorInfo in org.apache.storm.generated
Methods in org.apache.storm.generated that return ErrorInfo Modifier and Type Method Description ErrorInfo
ErrorInfo. deepCopy()
ErrorInfo
ComponentAggregateStats. get_last_error()
Methods in org.apache.storm.generated that return types with arguments of type ErrorInfo Modifier and Type Method Description List<ErrorInfo>
ComponentPageInfo. get_errors()
Map<String,List<ErrorInfo>>
TopologyInfo. get_errors()
Iterator<ErrorInfo>
ComponentPageInfo. get_errors_iterator()
Methods in org.apache.storm.generated with parameters of type ErrorInfo Modifier and Type Method Description void
ComponentPageInfo. add_to_errors(ErrorInfo elem)
int
ErrorInfo. compareTo(ErrorInfo other)
boolean
ErrorInfo. equals(ErrorInfo that)
void
ComponentAggregateStats. set_last_error(ErrorInfo last_error)
Method parameters in org.apache.storm.generated with type arguments of type ErrorInfo Modifier and Type Method Description void
TopologyInfo. put_to_errors(String key, List<ErrorInfo> val)
void
ComponentPageInfo. set_errors(List<ErrorInfo> errors)
void
TopologyInfo. set_errors(Map<String,List<ErrorInfo>> errors)
Constructors in org.apache.storm.generated with parameters of type ErrorInfo Constructor Description ErrorInfo(ErrorInfo other)
Performs a deep copy on other.Constructor parameters in org.apache.storm.generated with type arguments of type ErrorInfo Constructor Description TopologyInfo(String id, String name, int uptime_secs, List<ExecutorSummary> executors, String status, Map<String,List<ErrorInfo>> errors)
-