Package com.linkedin.helix.manager.file.StaticFileHelixManager

Examples of com.linkedin.helix.manager.file.StaticFileHelixManager.DBParam


    final String controllerName = "controller_0";

    ClusterView view;
    String[] illegalNodesInfo = {"localhost_8900", "localhost_8901"};
    List<DBParam> dbParams = new ArrayList<DBParam>();
    dbParams.add(new DBParam("TestDB0", 10));
    dbParams.add(new DBParam("TestDB1", 10));

    boolean exceptionCaught = false;
    try
    {
      view = StaticFileHelixManager.generateStaticConfigClusterView(illegalNodesInfo, dbParams, 3);
View Full Code Here

TOP

Related Classes of com.linkedin.helix.manager.file.StaticFileHelixManager.DBParam

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.