Package org.apache.storm.executor.error
Class ReportError
- java.lang.Object
-
- org.apache.storm.executor.error.ReportError
-
- All Implemented Interfaces:
IReportError
public class ReportError extends Object implements IReportError
-
-
Constructor Summary
Constructors Constructor Description ReportError(Map<String,Object> topoConf, IStormClusterState stormClusterState, String stormId, String componentId, WorkerTopologyContext workerTopologyContext)
-
-
-
Constructor Detail
-
ReportError
public ReportError(Map<String,Object> topoConf, IStormClusterState stormClusterState, String stormId, String componentId, WorkerTopologyContext workerTopologyContext)
-
-
Method Detail
-
report
public void report(Throwable error)
- Specified by:
report
in interfaceIReportError
-
-