|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JournalMetadata | |
|---|---|
| com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a DataService. |
| Uses of JournalMetadata in com.bigdata.resources |
|---|
| Methods in com.bigdata.resources that return JournalMetadata | |
|---|---|
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. |
| Methods in com.bigdata.resources with parameters of type JournalMetadata | |
|---|---|
void |
JournalIndex.add(JournalMetadata resourceMetadata)
Add an entry under the commitTime associated with the JournalMetadata record. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||