bamboo.db
Class StorageManager.IterateByGuidReq

java.lang.Object
  extended by bamboo.db.StorageManager.IterateByGuidReq
All Implemented Interfaces:
QueueElementIF
Enclosing class:
StorageManager

public static class StorageManager.IterateByGuidReq
extends Object
implements QueueElementIF

Get all the data in the database whose keys have guids in the range [low, high]. Think of this a creating an iterator on a selection operator, and calling next once.


Field Summary
 SinkIF comp_q
           
 BigInteger high
           
 BigInteger low
           
 Object user_data
           
 
Constructor Summary
StorageManager.IterateByGuidReq(BigInteger l, BigInteger h, SinkIF s, Object ud)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

low

public BigInteger low

high

public BigInteger high

comp_q

public SinkIF comp_q

user_data

public Object user_data
Constructor Detail

StorageManager.IterateByGuidReq

public StorageManager.IterateByGuidReq(BigInteger l,
                                       BigInteger h,
                                       SinkIF s,
                                       Object ud)
Method Detail

toString

public String toString()
Overrides:
toString in class Object