public static class Name2Addr.Entry extends Object
The Name2Addr.Entry
reports the name
of the index, its
checkpointAddr
, and the commitTime
when it was last
updated. If you want to know more about the index, then you need to open
it.
Do NOT open the index directly from the checkpointAddr
. That
will circumvent the canonical mapping imposed by the
IIndexManager
on the open indices for a given name and commit
time. Instead, just ask the IIndexManager
to open the index
having the specified name
as of the desired commit time.
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Name2Addr.Entry(String name,
long checkpointAddr,
long commitTime) |
public final String name
public final long checkpointAddr
Checkpoint
record for the
index with that name.public final long commitTime
public Name2Addr.Entry(String name, long checkpointAddr, long commitTime)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.