Uses of Class
com.bigdata.bfs.BigdataFileSystem

Packages that use BigdataFileSystem
com.bigdata.bfs This package provides a scale-out content repository (aka distributed file system) suitable as the backend for a REST-ful service using the bigdata architecture. 
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
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
 

Uses of BigdataFileSystem in com.bigdata.bfs
 

Fields in com.bigdata.bfs declared as BigdataFileSystem
protected  BigdataFileSystem FileVersionOutputStream.repo
           
 

Methods in com.bigdata.bfs that return BigdataFileSystem
 BigdataFileSystem GlobalFileSystemHelper.getGlobalFileSystem()
          The ITx.UNISOLATED view.
 BigdataFileSystem GlobalFileSystemHelper.getReadCommitted()
          ITx.READ_COMMITTED view.
 

Constructors in com.bigdata.bfs with parameters of type BigdataFileSystem
AtomicBlockAppendProc(BigdataFileSystem repo, String id, int version, byte[] b, int off, int len)
           
AtomicBlockWriteProc(BigdataFileSystem repo, String id, int version, long block, byte[] b, int off, int len)
           
FileVersionOutputStream(BigdataFileSystem repo, String id, int version)
          Create an output stream that will atomically append blocks of data to the specified file version.
RepositoryDocumentImpl(BigdataFileSystem repo, String id)
          Read the metadata for the current version of the file from the repository.
RepositoryDocumentImpl(BigdataFileSystem repo, String id, ITPS tps)
          Read the metadata for the current version of the file from the repository.
 

Uses of BigdataFileSystem in com.bigdata.journal
 

Methods in com.bigdata.journal that return BigdataFileSystem
 BigdataFileSystem JournalDelegate.getGlobalFileSystem()
           
 BigdataFileSystem TemporaryStore.getGlobalFileSystem()
           
 BigdataFileSystem Journal.getGlobalFileSystem()
           
 BigdataFileSystem IIndexStore.getGlobalFileSystem()
          Return the global file system used to store block-structured files and their metadata and as a source and sink for map/reduce processing.
 

Uses of BigdataFileSystem in com.bigdata.resources
 

Methods in com.bigdata.resources that return BigdataFileSystem
 BigdataFileSystem StoreManager.ManagedJournal.getGlobalFileSystem()
           
 

Uses of BigdataFileSystem in com.bigdata.service
 

Methods in com.bigdata.service that return BigdataFileSystem
 BigdataFileSystem AbstractFederation.getGlobalFileSystem()
           
 



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