Uses of Class
com.bigdata.journal.TemporaryStore

Packages that use TemporaryStore
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
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.resources This package provides the logic to managed the live journal and the historical journals and index segments for a DataService
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
 

Uses of TemporaryStore in com.bigdata.journal
 

Methods in com.bigdata.journal that return TemporaryStore
 TemporaryStore JournalDelegate.getTempStore()
           
 TemporaryStore TemporaryStore.getTempStore()
          Always returns this TemporaryStore.
 TemporaryStore TemporaryStoreFactory.getTempStore()
          Return a TemporaryStore.
 TemporaryStore Journal.getTempStore()
           
 TemporaryStore IIndexStore.getTempStore()
          A factory for TemporaryStores.
 

Uses of TemporaryStore in com.bigdata.rdf.store
 

Methods in com.bigdata.rdf.store that return TemporaryStore
 TemporaryStore TempTripleStore.getIndexManager()
           
 

Constructors in com.bigdata.rdf.store with parameters of type TemporaryStore
TempTripleStore(TemporaryStore store, Properties properties, AbstractTripleStore db)
          Variant for creating a(nother) TempTripleStore on the same TemporaryStore.
 

Uses of TemporaryStore in com.bigdata.resources
 

Methods in com.bigdata.resources that return TemporaryStore
 TemporaryStore StoreManager.ManagedJournal.getTempStore()
           
 

Uses of TemporaryStore in com.bigdata.service
 

Methods in com.bigdata.service that return TemporaryStore
 TemporaryStore AbstractFederation.getTempStore()
           
 



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