Package com.taobao.metamorphosis.server.utils

Examples of com.taobao.metamorphosis.server.utils.MetaConfig


    }


    protected EnhancedBroker startSlaveServers(String name, boolean isClearConsumerInfo, boolean isClearMsg)
            throws Exception {
        MetaConfig metaConfig = this.metaConfig(name);
        metaConfig.setDashboardHttpPort(metaConfig.getServerPort() - 20);
        Map<String, Properties> pluginsInfo = this.getSlaveProperties(name);
        if (isClearMsg) {
            Utils.clearDataDir(metaConfig);
        }
        SimpleFetchManager.setMessageIdCache(null);
View Full Code Here

TOP

Related Classes of com.taobao.metamorphosis.server.utils.MetaConfig

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.