|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractJournal | |
|---|---|
| com.bigdata.journal | The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. |
| com.bigdata.mdi | This package provides a metadata index and range partitioned indices managed by that metadata index. |
| 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 AbstractJournal in com.bigdata.journal |
|---|
| Subclasses of AbstractJournal in com.bigdata.journal | |
|---|---|
class |
Journal
Concrete implementation suitable for a local and unpartitioned database. |
| Methods in com.bigdata.journal that return AbstractJournal | |
|---|---|
AbstractJournal |
Journal.getJournal(long timestamp)
Always returns this. |
AbstractJournal |
IResourceManager.getJournal(long timestamp)
Return the reference to the journal which has the most current data for the given timestamp. |
AbstractJournal |
Journal.getLiveJournal()
Always returns this. |
AbstractJournal |
IResourceManager.getLiveJournal()
The journal on which writes are made. |
| Uses of AbstractJournal in com.bigdata.mdi |
|---|
| Constructors in com.bigdata.mdi with parameters of type AbstractJournal | |
|---|---|
JournalMetadata(AbstractJournal journal)
The JournalMetadata state will not change as writes are made on
the journal since it does not reflect anything exception the UUID,
the filename, and the create time. |
|
| Uses of AbstractJournal in com.bigdata.resources |
|---|
| Subclasses of AbstractJournal in com.bigdata.resources | |
|---|---|
class |
StoreManager.ManagedJournal
The StoreManager.ManagedJournal provides the backing store used to absorb
writes and retain history for the scale-out architecture. |
| Methods in com.bigdata.resources that return AbstractJournal | |
|---|---|
AbstractJournal |
StoreManager.getJournal(long timestamp)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||