Uses of Package
com.bigdata.io

Packages that use com.bigdata.io
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.btree.data   
com.bigdata.btree.raba   
com.bigdata.btree.raba.codec   
com.bigdata.io   
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.rdf.model This package provides a tuned implementation of the Sesame RDF data model for the RDF database. 
com.bigdata.rdf.rules   
com.bigdata.rdf.spo This package defines a statement model using long term identifiers rather than RDF Value objects. 
com.bigdata.relation.rule.eval This package supports rule evaluation. 
com.bigdata.search This package provides full text indexing and search. 
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.service.jini   
com.bigdata.service.mapred This package contains the map/reduce service, including the master and clients. 
com.bigdata.service.proxy This package provides implementations of proxy objects for commonly used classes. 
com.bigdata.sparse This package provides support for treating normal B+Trees using a "sparse row store" pattern and can be applied to both local B+Trees and scale-out indices. 
 

Classes in com.bigdata.io used by com.bigdata.btree
AbstractFixedByteArrayBuffer
          Efficient absolute get/put operations on a slice of a byte[].
ByteArrayBuffer
          A view on a mutable byte[] that may be extended.
DataInputBuffer
          A fast implementation of DataInput designed to read from a byte[].
DataOutputBuffer
          Fast special purpose serialization onto a managed byte[] buffer conforming to the DataOutput API.
IDataRecordAccess
          Interface for higher level data objects providing access to their backing IFixedDataRecord.
 

Classes in com.bigdata.io used by com.bigdata.btree.data
AbstractFixedByteArrayBuffer
          Efficient absolute get/put operations on a slice of a byte[].
DataOutputBuffer
          Fast special purpose serialization onto a managed byte[] buffer conforming to the DataOutput API.
IDataRecordAccess
          Interface for higher level data objects providing access to their backing IFixedDataRecord.
 

Classes in com.bigdata.io used by com.bigdata.btree.raba
AbstractFixedByteArrayBuffer
          Efficient absolute get/put operations on a slice of a byte[].
DataOutputBuffer
          Fast special purpose serialization onto a managed byte[] buffer conforming to the DataOutput API.
 

Classes in com.bigdata.io used by com.bigdata.btree.raba.codec
AbstractFixedByteArrayBuffer
          Efficient absolute get/put operations on a slice of a byte[].
DataOutputBuffer
          Fast special purpose serialization onto a managed byte[] buffer conforming to the DataOutput API.
 

Classes in com.bigdata.io used by com.bigdata.io
AbstractFixedByteArrayBuffer
          Efficient absolute get/put operations on a slice of a byte[].
ByteArrayBuffer
          A view on a mutable byte[] that may be extended.
DataInputBuffer
          A fast implementation of DataInput designed to read from a byte[].
DataOutputBuffer
          Fast special purpose serialization onto a managed byte[] buffer conforming to the DataOutput API.
DirectBufferPool
          An instance of this class manages a JVM-wide pool of direct (aka native) ByteBuffers.
FixedByteArrayBuffer
          Efficient absolute get/put operations on a slice of a byte[].
IByteArrayBuffer
          An interface for reading from and accessing a managed byte[].
IByteArraySlice
          Interface for a slice of a backing byte[].
IDataRecord
          An interface for absolute get/put operations on a slice of a byte[].
IFixedDataRecord
          Interface adds some methods for stream-based access to IDataRecord.
IRecordSerializer
          An abstraction for serializing and de-serializing objects as byte[]s.
IReopenChannel
          Interface for objects which know how to re-open the backing FileChannel for some resource and also understand when the resource has been closed and therefore should not be reopened.
IStreamSerializer
          An abstraction for serializing and de-serializing objects on streams.
 

Classes in com.bigdata.io used by com.bigdata.journal
DataInputBuffer
          A fast implementation of DataInput designed to read from a byte[].
IReopenChannel
          Interface for objects which know how to re-open the backing FileChannel for some resource and also understand when the resource has been closed and therefore should not be reopened.
 

Classes in com.bigdata.io used by com.bigdata.rdf.model
ByteArrayBuffer
          A view on a mutable byte[] that may be extended.
DataInputBuffer
          A fast implementation of DataInput designed to read from a byte[].
DataOutputBuffer
          Fast special purpose serialization onto a managed byte[] buffer conforming to the DataOutput API.
 

Classes in com.bigdata.io used by com.bigdata.rdf.rules
IStreamSerializer
          An abstraction for serializing and de-serializing objects on streams.
 

Classes in com.bigdata.io used by com.bigdata.rdf.spo
AbstractFixedByteArrayBuffer
          Efficient absolute get/put operations on a slice of a byte[].
ByteArrayBuffer
          A view on a mutable byte[] that may be extended.
DataOutputBuffer
          Fast special purpose serialization onto a managed byte[] buffer conforming to the DataOutput API.
 

Classes in com.bigdata.io used by com.bigdata.relation.rule.eval
IStreamSerializer
          An abstraction for serializing and de-serializing objects on streams.
 

Classes in com.bigdata.io used by com.bigdata.search
ByteArrayBuffer
          A view on a mutable byte[] that may be extended.
 

Classes in com.bigdata.io used by com.bigdata.service
IStreamSerializer
          An abstraction for serializing and de-serializing objects on streams.
 

Classes in com.bigdata.io used by com.bigdata.service.jini
IStreamSerializer
          An abstraction for serializing and de-serializing objects on streams.
 

Classes in com.bigdata.io used by com.bigdata.service.mapred
DataOutputBuffer
          Fast special purpose serialization onto a managed byte[] buffer conforming to the DataOutput API.
 

Classes in com.bigdata.io used by com.bigdata.service.proxy
IStreamSerializer
          An abstraction for serializing and de-serializing objects on streams.
 

Classes in com.bigdata.io used by com.bigdata.sparse
DataOutputBuffer
          Fast special purpose serialization onto a managed byte[] buffer conforming to the DataOutput API.
 



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