Package org.apache.helix

Examples of org.apache.helix.HelixManagerProperties


    _timer = null;

    _messagingService = new DefaultMessagingService(this);

    _properties =
        new HelixManagerProperties("cluster-manager-version.properties");
    _version = _properties.getVersion();
       
    _stateMachEngine = new HelixStateMachineEngine(this);

    // add all timer tasks
View Full Code Here

TOP

Related Classes of org.apache.helix.HelixManagerProperties

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.