Package com.dianping.cat.message.internal

Examples of com.dianping.cat.message.internal.DefaultTransaction.addChild()


    DefaultTransaction t = new DefaultTransaction("A", "n" + i % 2, null);

    Heartbeat heartbeat = newHeartbeat("heartbeat", "fail", m_timestamp, "0");

    t.addChild(heartbeat);

    t.complete();
    t.setDurationInMillis(i * 2);
    t.setTimestamp(m_timestamp + 1000);
    tree.setMessage(t);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.