Uses of Class
org.apache.storm.generated.ErrorInfo
Packages that use ErrorInfo
-
Uses of ErrorInfo in org.apache.storm.cluster
Methods in org.apache.storm.cluster that return ErrorInfoModifier and TypeMethodDescriptionMethods in org.apache.storm.cluster that return types with arguments of type ErrorInfo -
Uses of ErrorInfo in org.apache.storm.generated
Methods in org.apache.storm.generated that return ErrorInfoMethods in org.apache.storm.generated that return types with arguments of type ErrorInfoModifier and TypeMethodDescriptionComponentPageInfo.get_errors()
TopologyInfo.get_errors()
ComponentPageInfo.get_errors_iterator()
Methods in org.apache.storm.generated with parameters of type ErrorInfoModifier and TypeMethodDescriptionvoid
ComponentPageInfo.add_to_errors
(ErrorInfo elem) int
boolean
void
ComponentAggregateStats.set_last_error
(ErrorInfo last_error) Method parameters in org.apache.storm.generated with type arguments of type ErrorInfoModifier and TypeMethodDescriptionvoid
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 ErrorInfoConstructor parameters in org.apache.storm.generated with type arguments of type ErrorInfoModifierConstructorDescriptionTopologyInfo
(String id, String name, int uptime_secs, List<ExecutorSummary> executors, String status, Map<String, List<ErrorInfo>> errors)