Package com.alipay.bluewhale.core.work.refresh

Examples of com.alipay.bluewhale.core.work.refresh.RefreshConnections


  private RefreshConnections makeRefreshConnections(Set<Integer> task_ids) {
    //���� ÿ��taskid��������tupple�п���������Щtasks��
    Set<Integer> outboundTasks = WorkCommon.worker_outbound_tasks(
        tasksToComponent, systemContext, task_ids);
    RefreshConnections refresh_connections = new RefreshConnections(active,
        conf, zkCluster, topologyId, outboundTasks, nodeportSocket,
        mqContext, taskNodeport);
    return refresh_connections;
  }
View Full Code Here


   

    TopologyContext systemTopology = systemContext.make(null);

    // ˢ������
    RefreshConnections refreshConn = makeRefreshConnections(taskids);
    refreshConn.run();

    // ˢ��zk�е�active״̬
    RefreshActive refreshZkActive = new RefreshActive(active, conf,
        zkCluster, topologyId, zkActive);
    refreshZkActive.run();
View Full Code Here

TOP

Related Classes of com.alipay.bluewhale.core.work.refresh.RefreshConnections

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.