Examples of logCloseOut()


Examples of org.gridgain.grid.kernal.ggfs.common.GridGgfsLogger.logCloseOut()

    public void testLogWrite() throws Exception {
        GridGgfsLogger log = GridGgfsLogger.logger(ENDPOINT, GGFS_NAME, LOG_DIR, 10);

        log.logCreate(1, PATH, PRIMARY, true, 2, new Integer(3).shortValue(), 4L);
        log.logAppend(2, PATH, PRIMARY, 8);
        log.logCloseOut(2, 9L, 10L, 11);

        log.close();

        checkLog(
            new SB().a(U.jvmPid() + d() + TYPE_OPEN_OUT + d() + PATH_STR_ESCAPED + d() + PRIMARY + d() + 1 + d() +
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.