Package org.chaidb.db.helper

Examples of org.chaidb.db.helper.Queue


        //this.lastTxnId = TXN_MINIMUM;
        loadEnvironment();

        txnChain = new Hashtable(maxTxns);
        freePool = new Queue();

        /* Initialize lastCkp Lsn to 'zero'. */
        lastCkp = new Lsn(LogManager.FIRSTREC_LSN);


View Full Code Here

TOP

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

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.