Uses of Interface
org.apache.storm.executor.error.IReportError
-
Packages that use IReportError Package Description org.apache.storm.executor org.apache.storm.executor.error -
-
Uses of IReportError in org.apache.storm.executor
Fields in org.apache.storm.executor declared as IReportError Modifier and Type Field Description protected IReportError
Executor. reportError
Methods in org.apache.storm.executor that return IReportError Modifier and Type Method Description IReportError
Executor. getReportError()
-
Uses of IReportError in org.apache.storm.executor.error
Classes in org.apache.storm.executor.error that implement IReportError Modifier and Type Class Description class
ReportError
Constructors in org.apache.storm.executor.error with parameters of type IReportError Constructor Description ReportErrorAndDie(IReportError reportError, Runnable suicideFn)
-