Examples of logCreate()


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

     * @throws Exception If failed.
     */
    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();

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.