Package | Description |
---|---|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
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 |
---|---|
static CommitRecordIndex |
CommitRecordIndex.create(IRawStore store)
Create a new instance.
|
static CommitRecordIndex |
CommitRecordIndex.createTransient() |
protected CommitRecordIndex |
AbstractJournal.getCommitRecordIndex(long addr,
boolean readOnly)
Create or load and return the index that resolves timestamps to
ICommitRecord s. |
CommitRecordIndex |
AbstractJournal.getReadOnlyCommitRecordIndex()
Return a read-only view of the last committed state of the
CommitRecordIndex . |
Modifier and Type | Method and Description |
---|---|
void |
DiskOnlyStrategy.setCommitRecordIndex(CommitRecordIndex commitRecordIndex)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CommitRecordIndex |
StoreManager.ManagedJournal.getCommitRecordIndex(long addr,
boolean readOnly)
Exposed for
StoreManger#getResourcesForTimestamp(long) which
requires access to the CommitRecordIndex for the
lastCommitTime on the historical journals. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.