com.bigdata.journal
Class CommitRecordIndex.Entry

java.lang.Object
  extended by 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

Nested Class Summary
static class CommitRecordIndex.Entry.EntrySerializer
          Used to (de-)serialize CommitRecordIndex.Entrys (NOT thread-safe).
 
Field Summary
 long addr
          The address of the ICommitRecord whose commit timestamp is commitTime.
 long commitTime
          The commit time.
 
Constructor Summary
CommitRecordIndex.Entry(long commitTime, long addr)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commitTime

public final long commitTime
The commit time.


addr

public final long addr
The address of the ICommitRecord whose commit timestamp is commitTime.

Constructor Detail

CommitRecordIndex.Entry

public CommitRecordIndex.Entry(long commitTime,
                               long addr)


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.