Package com.alipay.bluewhale.core.task.executer

Examples of com.alipay.bluewhale.core.task.executer.BoltExecutors


      WorkerTransfer transfer_fn, Map _storm_conf, IConnection _puller,
      TaskSendTargets sendTargets, AtomicBoolean _storm_active_atom,
      TopologyContext _topology_context, TopologyContext _user_context,
      BaseTaskStatsRolling _task_stats, ITaskReportErr _report_error) {
    if (_task_obj instanceof IBolt) {
      return new BoltExecutors((IBolt) _task_obj, transfer_fn,
          _storm_conf, _puller, sendTargets, _storm_active_atom,
          _topology_context, _user_context, _task_stats,
          _report_error);
    }
View Full Code Here

TOP

Related Classes of com.alipay.bluewhale.core.task.executer.BoltExecutors

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.