Package com.alipay.bluewhale.core.work.context

Examples of com.alipay.bluewhale.core.work.context.SystemContextMake


    //��ǰworker��taskid�б�
    this.taskids = WorkCommon.readWorkerTaskids(zkCluster, topologyId,supervisorId, port);
    //�ӱ��ض�ȡsupervisorĿ¼�����л���topology�ļ�
    StormTopology topology = StormConfig.read_supervisor_topology(conf,  topology_id);
    // ����ϵͳtopology,�����acker
    this.systemContext = new SystemContextMake(topology, stormConf,
        topologyId, worker_id, tasksToComponent);
    // ������acker��StormTopology
    this.userContext = new UserContextMake(topology, stormConf, topologyId,
        worker_id, tasksToComponent);
View Full Code Here

TOP

Related Classes of com.alipay.bluewhale.core.work.context.SystemContextMake

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.