Package | Description |
---|---|
com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
Modifier and Type | Method and Description |
---|---|
JournalMetadata |
JournalIndex.find(long timestamp)
Return the
JournalMetadata identifying the journal having the
largest createTime that is less than or equal to the given timestamp. |
JournalMetadata |
JournalIndex.findNext(long timestamp)
Find the first journal whose createTime is strictly greater
than the timestamp.
|
Modifier and Type | Method and Description |
---|---|
void |
JournalIndex.add(JournalMetadata resourceMetadata)
Add an entry under the commitTime associated with the
JournalMetadata record. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.