Uses of Interface
com.bigdata.journal.IBTreeManager

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

Subinterfaces of IBTreeManager in com.bigdata.journal
 interface IJournal
           An append-only persistence capable data structure supporting atomic commit, scalable named indices, and transactions.
 

Classes in com.bigdata.journal that implement IBTreeManager
 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
           
 class TemporaryStore
          A temporary store that supports named indices but no concurrency controls.
 

Uses of IBTreeManager in com.bigdata.resources
 

Classes in com.bigdata.resources that implement IBTreeManager
 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.