Package org.apache.helix.tools.AdminTestHelper

Examples of org.apache.helix.tools.AdminTestHelper.AdminThread


    _gZkClient = new ZkClient(ZK_ADDR);
    _gZkClient.setZkSerializer(new ZNRecordSerializer());
    _gSetupTool = new ClusterSetup(ZK_ADDR);
   
    // start admin
    _adminThread = new AdminThread(ZK_ADDR, ADMIN_PORT);
    _adminThread.start();
   
    // wait for the web service to start
    Thread.sleep(100);
  }
View Full Code Here


    _gZkClient = new ZkClient(ZK_ADDR);
    _gZkClient.setZkSerializer(new ZNRecordSerializer());
    _gSetupTool = new ClusterSetup(ZK_ADDR);

    // start admin
    _adminThread = new AdminThread(ZK_ADDR, ADMIN_PORT);
    _adminThread.start();

    // wait for the web service to start
    Thread.sleep(100);
  }
View Full Code Here

TOP

Related Classes of org.apache.helix.tools.AdminTestHelper.AdminThread

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.