Package com.alibaba.jstorm.task.error

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


    // 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);

    return mk_executors(deserializeQueue, sendTargets, reportErrorDie);
  }
View Full Code Here

TOP

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

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.