Uses of Package
com.bigdata.rawstore

Packages that use com.bigdata.rawstore
com.bigdata   
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.bop.join   
com.bigdata.btree The BTree is a scalable B+-Tree with copy-on-write semantics mapping variable length unsigned byte[] keys to variable length byte[] values (null values are allowed). 
com.bigdata.cache A canonicalizing object cache may be constructed from an outer weak reference value hash map backed by an inner hard reference LRU policy. 
com.bigdata.counters.store This package provides a persistence mechanism for performance counters. 
com.bigdata.htree   
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.mdi This package provides a metadata index and range partitioned indices managed by that metadata index. 
com.bigdata.rawstore A set of interfaces and some simple implementations for a read-write store without atomic commit or transactions. 
com.bigdata.rdf.internal.encoder   
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.rwstore.sector   
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.service.ndx   
 

Classes in com.bigdata.rawstore used by com.bigdata
IRawStore
           A low-level interface for reading and writing data.
 

Classes in com.bigdata.rawstore used by com.bigdata.bfs
IRawStore
           A low-level interface for reading and writing data.
 

Classes in com.bigdata.rawstore used by com.bigdata.bop.join
IRawStore
           A low-level interface for reading and writing data.
 

Classes in com.bigdata.rawstore used by com.bigdata.btree
AbstractRawStore
          Abstract base class for IRawStore implementations.
IAddressManager
          An interface that encapsulates operations on opaque identifiers used to locate data within an IRawStore.
IBlock
          An object that may be used to read or write a block from a store.
IRawStore
           A low-level interface for reading and writing data.
WormAddressManager
          Encapsulates logic for operations on an opaque long integer comprising an byte offset and a byte count suitable for use in a WORM (Write Once, Read Many) IRawStore.
 

Classes in com.bigdata.rawstore used by com.bigdata.cache
IAddressManager
          An interface that encapsulates operations on opaque identifiers used to locate data within an IRawStore.
 

Classes in com.bigdata.rawstore used by com.bigdata.counters.store
IRawStore
           A low-level interface for reading and writing data.
 

Classes in com.bigdata.rawstore used by com.bigdata.htree
IRawStore
           A low-level interface for reading and writing data.
 

Classes in com.bigdata.rawstore used by com.bigdata.journal
AbstractRawStore
          Abstract base class for IRawStore implementations.
AbstractRawWormStore
          An abstract base class for IRawStore implementations that use an append only (Write Once, Read Many) strategy.
IAddressManager
          An interface that encapsulates operations on opaque identifiers used to locate data within an IRawStore.
IMRMW
          A marker interface for an IRawStore that declares support for Multiple Readers and Multiple Writers (full read-write concurrency).
IMROW
          A marker interface for an IRawStore that declares support for Multiple Readers and One Writer (full read concurrency, but single-threaded writer).
IRawStore
           A low-level interface for reading and writing data.
IWORM
          A marker interface for a store that supports Write Once Read Many (eg, an append only store vs a store where storage may be reused as records are logically deleted).
 

Classes in com.bigdata.rawstore used by com.bigdata.mdi
IRawStore
           A low-level interface for reading and writing data.
 

Classes in com.bigdata.rawstore used by com.bigdata.rawstore
AbstractRawStore
          Abstract base class for IRawStore implementations.
AbstractRawWormStore
          An abstract base class for IRawStore implementations that use an append only (Write Once, Read Many) strategy.
IAddressManager
          An interface that encapsulates operations on opaque identifiers used to locate data within an IRawStore.
IMROW
          A marker interface for an IRawStore that declares support for Multiple Readers and One Writer (full read concurrency, but single-threaded writer).
IRawStore
           A low-level interface for reading and writing data.
IWORM
          A marker interface for a store that supports Write Once Read Many (eg, an append only store vs a store where storage may be reused as records are logically deleted).
WormAddressManager
          Encapsulates logic for operations on an opaque long integer comprising an byte offset and a byte count suitable for use in a WORM (Write Once, Read Many) IRawStore.
 

Classes in com.bigdata.rawstore used by com.bigdata.rdf.internal.encoder
IRawStore
           A low-level interface for reading and writing data.
 

Classes in com.bigdata.rawstore used by com.bigdata.resources
IAddressManager
          An interface that encapsulates operations on opaque identifiers used to locate data within an IRawStore.
IMRMW
          A marker interface for an IRawStore that declares support for Multiple Readers and Multiple Writers (full read-write concurrency).
IMROW
          A marker interface for an IRawStore that declares support for Multiple Readers and One Writer (full read concurrency, but single-threaded writer).
IRawStore
           A low-level interface for reading and writing data.
 

Classes in com.bigdata.rawstore used by com.bigdata.rwstore.sector
AbstractRawStore
          Abstract base class for IRawStore implementations.
IAddressManager
          An interface that encapsulates operations on opaque identifiers used to locate data within an IRawStore.
IRawStore
           A low-level interface for reading and writing data.
 

Classes in com.bigdata.rawstore used by com.bigdata.service
IBlock
          An object that may be used to read or write a block from a store.
IRawStore
           A low-level interface for reading and writing data.
 

Classes in com.bigdata.rawstore used by com.bigdata.service.ndx
IBlock
          An object that may be used to read or write a block from a store.
 



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