Uses of Interface
com.bigdata.rawstore.IBlock

Packages that use IBlock
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 This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.service.ndx   
 

Uses of IBlock in com.bigdata.btree
 

Methods in com.bigdata.btree that return IBlock
protected  IBlock ChunkedLocalRangeIterator.readBlock(int sourceIndex, long addr)
           
protected abstract  IBlock AbstractChunkedTupleIterator.readBlock(int sourceIndex, long addr)
          Return an object that may be used to read the block from the backing store per the contract for ITuple.readBlock(long)
 IBlock AbstractTuple.readBlock(long addr)
           
 IBlock AbstractChunkedTupleIterator.ResultSetTuple.readBlock(long addr)
           
 IBlock DelegateTuple.readBlock(long addr)
           
 IBlock ITuple.readBlock(long addr)
          Return an object that may be used to perform a streaming read of a large record from the IRawStore that provided this tuple.
 

Uses of IBlock in com.bigdata.service
 

Methods in com.bigdata.service that return IBlock
 IBlock DataService.readBlock(IResourceMetadata resource, long addr)
           
 IBlock IDataService.readBlock(IResourceMetadata resource, long addr)
          Read a low-level record from the described IRawStore described by the IResourceMetadata.
 

Uses of IBlock in com.bigdata.service.ndx
 

Methods in com.bigdata.service.ndx that return IBlock
protected  IBlock RawDataServiceTupleIterator.readBlock(int sourceIndex, long addr)
           
 



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