Package com.foundationdb.server.test.mt.util

Examples of com.foundationdb.server.test.mt.util.TimeMarkerComparison


            .sync("a", Stage.PRE_BEGIN)
            .sync("b", Stage.FINISH)
            .mark(Stage.PRE_BEGIN, Stage.POST_COMMIT)
            .build(this);
        ThreadHelper.runAndCheck(threads);
        new TimeMarkerComparison(threads).verify("Scan:PRE_BEGIN",
                                                 "DML:PRE_BEGIN",
                                                 "DML:POST_COMMIT",
                                                 "Scan:PRE_SCAN");
        return threads;
    }
View Full Code Here

TOP

Related Classes of com.foundationdb.server.test.mt.util.TimeMarkerComparison

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.