|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Journal | |
|---|---|
| com.bigdata.bop.fed | |
| com.bigdata.journal | The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. |
| com.bigdata.rdf.sail | This package contains the SAIL that allow bigdata to be used as a backend for the Sesame 2.x platform. |
| com.bigdata.rdf.store | This package provides several realizations of an RDF database using the bigdata architecture, including one suitable for temporary data, one suitable for local processing (single host), and one designed for scale-out on commodity hardware. |
| com.bigdata.service | This package provides implementations of bigdata services (metadata service, data service, transaction manager service. |
| Uses of Journal in com.bigdata.bop.fed |
|---|
| Methods in com.bigdata.bop.fed with parameters of type Journal | |
|---|---|
static QueryEngine |
QueryEngineFactory.getStandaloneQueryController(Journal indexManager)
Singleton factory for standalone. |
| Uses of Journal in com.bigdata.journal |
|---|
| Fields in com.bigdata.journal declared as Journal | |
|---|---|
protected Journal |
JournalTransactionService.journal
|
protected Journal |
CompactTask.CopyIndexTask.newJournal
The new journal. |
protected Journal |
CompactTask.oldJournal
The source Journal. |
| Methods in com.bigdata.journal that return Journal | |
|---|---|
Journal |
CompactTask.call()
Compact the CompactTask.oldJournal journal onto the CompactTask.outFile
file. |
protected Journal |
CompactTask.createJournal()
Create the output journal. |
| Methods in com.bigdata.journal that return types with arguments of type Journal | |
|---|---|
Future<Journal> |
Journal.compact(File outFile)
Compacts the named indices found on this journal as of the most recent commit point, writing their view onto a new Journal. |
| Methods in com.bigdata.journal with parameters of type Journal | |
|---|---|
protected void |
CompactTask.copyIndices(Journal newJournal)
Copy all named indices from the CompactTask.oldJournal to the new
journal. |
| Constructors in com.bigdata.journal with parameters of type Journal | |
|---|---|
CompactTask.CopyIndexTask(Journal newJournal,
Name2Addr.Entry entry)
|
|
CompactTask(Journal src,
File outFile,
long commitTime)
The task reads the state of each named index as of the given commitTime and writes the index data in order on the output journal. |
|
JournalTransactionService(Properties properties,
Journal journal)
|
|
| Uses of Journal in com.bigdata.rdf.sail |
|---|
| Methods in com.bigdata.rdf.sail with parameters of type Journal | |
|---|---|
static LocalTripleStore |
BigdataSail.createLTS(Journal journal,
Properties properties)
If the LocalTripleStore with the appropriate namespace exists,
then return it. |
| Uses of Journal in com.bigdata.rdf.store |
|---|
| Fields in com.bigdata.rdf.store declared as Journal | |
|---|---|
protected Journal |
LocalTripleStore.store
|
| Methods in com.bigdata.rdf.store that return Journal | |
|---|---|
Journal |
LocalTripleStore.getIndexManager()
The backing embedded database. |
| Uses of Journal in com.bigdata.service |
|---|
| Fields in com.bigdata.service declared as Journal | |
|---|---|
protected Journal |
LoadBalancerService.eventStore
Used to persist the logged events. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||