Package org.chaidb.db.helper

Examples of org.chaidb.db.helper.AbstractDaemonThread


            if (Debug.DEBUG_CLEAN_LIST_TRACE) {
                Debug.write(tmpBPIs[j].getPageNumber(), 11, "[Add front]");
            }
        }
        AbstractDaemonThread bufWriter = DaemonThreadManager.getInstance().getThread(BufferWriter.THREADNAME);

        ((BufferWriter) bufWriter).flushBuffer();

        if (Debug.DEBUG_PERFORMANCE) {
            endTime = System.currentTimeMillis();
View Full Code Here

TOP

Related Classes of org.chaidb.db.helper.AbstractDaemonThread

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.