com.bigdata.journal
Class Name2Addr.Entry

java.lang.Object
  extended by com.bigdata.journal.Name2Addr.Entry
Enclosing class:
Name2Addr

public static class Name2Addr.Entry
extends Object

An entry in the persistent index.

Version:
$Id: Name2Addr.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Field Summary
 long checkpointAddr
          The address of the last known Checkpoint record for the index with that name.
 long commitTime
          The commit time associated with the last commit point for the named index.
 String name
          The name of the index.
 
Constructor Summary
Name2Addr.Entry(String name, long checkpointAddr, long commitTime)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final String name
The name of the index.


checkpointAddr

public final long checkpointAddr
The address of the last known Checkpoint record for the index with that name.


commitTime

public final long commitTime
The commit time associated with the last commit point for the named index.

Constructor Detail

Name2Addr.Entry

public Name2Addr.Entry(String name,
                       long checkpointAddr,
                       long commitTime)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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