com.bigdata.journal
Class CommitRecordIndex.Entry
java.lang.Object
com.bigdata.journal.CommitRecordIndex.Entry
- Enclosing class:
- CommitRecordIndex
public static class CommitRecordIndex.Entry
- extends Object
An entry in the persistent index.
- Version:
- $Id: CommitRecordIndex.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commitTime
public final long commitTime
- The commit time.
addr
public final long addr
- The address of the
ICommitRecord whose commit timestamp is
commitTime.
CommitRecordIndex.Entry
public CommitRecordIndex.Entry(long commitTime,
long addr)
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.