|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommitRecordIndex | |
|---|---|
| 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. |
| Uses of CommitRecordIndex in com.bigdata.journal |
|---|
| Methods in com.bigdata.journal that return CommitRecordIndex | |
|---|---|
static CommitRecordIndex |
CommitRecordIndex.create(IRawStore store)
Create a new instance. |
static CommitRecordIndex |
CommitRecordIndex.createTransient()
|
protected CommitRecordIndex |
AbstractJournal.getCommitRecordIndex()
Return the current state of the index that resolves timestamps to ICommitRecords. |
protected CommitRecordIndex |
AbstractJournal.getCommitRecordIndex(long addr)
Create or re-load the index that resolves timestamps to ICommitRecords. |
| Methods in com.bigdata.journal with parameters of type CommitRecordIndex | |
|---|---|
void |
DiskOnlyStrategy.setCommitRecordIndex(CommitRecordIndex commitRecordIndex)
Deprecated. |
| Uses of CommitRecordIndex in com.bigdata.resources |
|---|
| Methods in com.bigdata.resources that return CommitRecordIndex | |
|---|---|
CommitRecordIndex |
StoreManager.ManagedJournal.getCommitRecordIndex(long addr)
Exposed for StoreManger#getResourcesForTimestamp(long) which
requires access to the CommitRecordIndex for the
lastCommitTime on the historical journals. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||