Uses of Interface
com.bigdata.journal.IJournal

Packages that use IJournal
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 IJournal in com.bigdata.journal
 

Classes in com.bigdata.journal that implement IJournal
 class AbstractJournal
           The journal is a persistence capable data structure supporting atomic commit, named indices, and full transactions.
 class Journal
          Concrete implementation suitable for a local and unpartitioned database.
 class JournalDelegate
           
 

Methods in com.bigdata.journal that return IJournal
 IJournal ITask.getJournal()
          The journal against which the operation will be carried out.
 IJournal AbstractTask.getJournal()
           
 IJournal AbstractTask.DelegateTask.getJournal()
           
 

Methods in com.bigdata.journal with parameters of type IJournal
 void IBufferStrategy.commit(IJournal journal)
          A method that removes assumptions of how a specific strategy commits data.
 void AbstractBufferStrategy.commit(IJournal journal)
          The default is a NOP.
 void RWStrategy.commit(IJournal journal)
           
 void DiskOnlyStrategy.commit(IJournal journal)
          Deprecated. Need to override commit to ensure the writeCache is flushed prior to writing the root block.
 void WORMStrategy.commit(IJournal journal)
          Flushes the write cache (if enabled).
 

Uses of IJournal in com.bigdata.resources
 

Classes in com.bigdata.resources that implement IJournal
 class StoreManager.ManagedJournal
          The StoreManager.ManagedJournal provides the backing store used to absorb writes and retain history for the scale-out architecture.
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.