public static class CommitRecordIndex.Entry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CommitRecordIndex.Entry.EntrySerializer
Used to (de-)serialize
CommitRecordIndex.Entry s (NOT thread-safe). |
Modifier and Type | Field and Description |
---|---|
long |
addr
The address of the
ICommitRecord whose commit timestamp is
commitTime . |
long |
commitTime
The commit time.
|
Constructor and Description |
---|
CommitRecordIndex.Entry(long commitTime,
long addr) |
public final long commitTime
public final long addr
ICommitRecord
whose commit timestamp is
commitTime
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.