com.bigdata.journal
Class Name2Addr.Entry
java.lang.Object
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. |
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.
Name2Addr.Entry
public Name2Addr.Entry(String name,
long checkpointAddr,
long commitTime)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.