Package com.pardot.rhombus

Examples of com.pardot.rhombus.ObjectMapper.visitObjects()


    ;

    MyVisitor visitor = new MyVisitor();

    long start = System.currentTimeMillis();
    om.visitObjects("object1", visitor);
    long end = System.currentTimeMillis();
    long syncTime = end - start;

    System.out.println("Visiting all objects took " + syncTime + "ms");
    assertEquals(20000, visitor.getCount());
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.