Uses of Class
com.bigdata.btree.AbstractChunkedTupleIterator

Packages that use AbstractChunkedTupleIterator
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.service.ndx   
 

Uses of AbstractChunkedTupleIterator in com.bigdata.btree
 

Subclasses of AbstractChunkedTupleIterator in com.bigdata.btree
 class ChunkedLocalRangeIterator<E>
          Chunked range iterator running against a local index or index view.
 

Uses of AbstractChunkedTupleIterator in com.bigdata.service.ndx
 

Subclasses of AbstractChunkedTupleIterator in com.bigdata.service.ndx
 class DataServiceTupleIterator<E>
          Class supports range query across against an unpartitioned index on an IDataService.
 class RawDataServiceTupleIterator<E>
          Class supports range query across against an unpartitioned index on an IDataService but DOES NOT handle index partition splits, moves or joins.
 



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