Package com.alibaba.jstorm.task.error

Examples of com.alibaba.jstorm.task.error.ITaskReportErr


   */
  private RunnableCallback mkExecutor(DisruptorQueue deserializeQueue,
      TaskSendTargets sendTargets) {
    // create report error callback,
    // in fact it is storm_cluster.report-task-error
    ITaskReportErr reportError = new TaskReportError(zkCluster, topologyid,
        taskid);

    // report error and halt worker
    TaskReportErrorAndDie reportErrorDie = new TaskReportErrorAndDie(
        reportError, workHalt);
View Full Code Here

TOP

Related Classes of com.alibaba.jstorm.task.error.ITaskReportErr

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.