Package com.dianping.cat.consumer.cross

Examples of com.dianping.cat.consumer.cross.IpConvertManager


  @Test
  public void test() throws Exception {
    CrossAnalyzer analyzer = new CrossAnalyzer();

    analyzer.setIpConvertManager(new IpConvertManager());
    analyzer.setServerConfigManager(new ServerConfigManager());
    analyzer.setReportManager(new MockCrossReportManager());

    MessageTree tree = buildMessage();
View Full Code Here

TOP

Related Classes of com.dianping.cat.consumer.cross.IpConvertManager

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.