Package com.taobao.metamorphosis.utils.ZkUtils

Examples of com.taobao.metamorphosis.utils.ZkUtils.StringSerializer


    }


    private ZkClient newZkClient(final ZKConfig zkConfig) throws InitException {
        return new ZkClient(zkConfig.zkConnect, zkConfig.zkSessionTimeoutMs, zkConfig.zkConnectionTimeoutMs,
            new StringSerializer());
    }
View Full Code Here

TOP

Related Classes of com.taobao.metamorphosis.utils.ZkUtils.StringSerializer

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.