Package org.chaidb.db.log.logrecord

Examples of org.chaidb.db.log.logrecord.TxnChildLogRecord


                    //I will move it into endTxn.

                    //(new TxnRegopLogRecord(TXN_COMMIT,(new Date()).getTime(),this.txnId)).log(flag);
                } else { /* Log the commit in the parent! */

                    (new TxnChildLogRecord(txnId, lastLsn, this.parent.getTxnId())).log(); //pending ?!
                    parent.setFlags(TXN_CHILDCOMMIT);
                }

            } //end if (!(lastLsn.getFileId() == 0))
            lnkTransactionManager.getMemLogManager().commit(txnId);
View Full Code Here

TOP

Related Classes of org.chaidb.db.log.logrecord.TxnChildLogRecord

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.