Uses of Class
com.bigdata.btree.IndexSegmentStore

Packages that use IndexSegmentStore
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). 
 

Uses of IndexSegmentStore in com.bigdata.btree
 

Methods in com.bigdata.btree that return IndexSegmentStore
 IndexSegmentStore IndexSegment.getStore()
          Overridden to a more constrained type.
 

Constructors in com.bigdata.btree with parameters of type IndexSegmentStore
IndexSegment(IndexSegmentStore fileStore)
          Open a read-only index segment.
 



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