Uses of Interface
com.bigdata.btree.proc.IKeyRangeIndexProcedure

Packages that use IKeyRangeIndexProcedure
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.proc   
com.bigdata.btree.view   
com.bigdata.service.ndx   
 

Uses of IKeyRangeIndexProcedure in com.bigdata.btree
 

Methods in com.bigdata.btree with parameters of type IKeyRangeIndexProcedure
 void AbstractBTree.submit(byte[] fromKey, byte[] toKey, IKeyRangeIndexProcedure proc, IResultHandler handler)
           
 void UnisolatedReadWriteIndex.submit(byte[] fromKey, byte[] toKey, IKeyRangeIndexProcedure proc, IResultHandler handler)
           
 void ReadCommittedView.submit(byte[] fromKey, byte[] toKey, IKeyRangeIndexProcedure proc, IResultHandler handler)
           
 void IIndex.submit(byte[] fromKey, byte[] toKey, IKeyRangeIndexProcedure proc, IResultHandler handler)
          The procedure will be transparently applied against each index partition spanned by the given key range.
 void DelegateIndex.submit(byte[] fromKey, byte[] toKey, IKeyRangeIndexProcedure proc, IResultHandler handler)
           
 

Uses of IKeyRangeIndexProcedure in com.bigdata.btree.proc
 

Classes in com.bigdata.btree.proc that implement IKeyRangeIndexProcedure
 class AbstractKeyRangeIndexProcedure
           
 class RangeCountProcedure
          This procedure computes a range count on an index.
 

Uses of IKeyRangeIndexProcedure in com.bigdata.btree.view
 

Methods in com.bigdata.btree.view with parameters of type IKeyRangeIndexProcedure
 void FusedView.submit(byte[] fromKey, byte[] toKey, IKeyRangeIndexProcedure proc, IResultHandler handler)
           
 

Uses of IKeyRangeIndexProcedure in com.bigdata.service.ndx
 

Methods in com.bigdata.service.ndx with parameters of type IKeyRangeIndexProcedure
 void ClientIndexView.submit(byte[] fromKey, byte[] toKey, IKeyRangeIndexProcedure proc, IResultHandler resultHandler)
          Maps an IIndexProcedure across a key range by breaking it down into one task per index partition spanned by that key range.
 void AbstractScaleOutClientIndexView.submit(byte[] fromKey, byte[] toKey, IKeyRangeIndexProcedure proc, IResultHandler resultHandler)
          Maps an IIndexProcedure across a key range by breaking it down into one task per index partition spanned by that key range.
protected abstract  void AbstractScaleOutClientIndexView.submit(long ts, byte[] fromKey, byte[] toKey, IKeyRangeIndexProcedure proc, IResultHandler resultHandler)
          Variant uses the caller's timestamp.
protected  void AbstractScaleOutClientIndexView2.submit(long ts, byte[] fromKey, byte[] toKey, IKeyRangeIndexProcedure proc, IResultHandler resultHandler)
          Variant uses the caller's timestamp.
 



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