dd.db
Class StorageManager.GetByTimeReq

java.lang.Object
  |
  +--dd.db.StorageManager.GetByTimeReq
All Implemented Interfaces:
QueueElementIF
Enclosing class:
StorageManager

public static class StorageManager.GetByTimeReq
extends Object
implements QueueElementIF

Get all the data in the database whose keys have timestamps 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
           
 long high
           
 long low
           
 Object user_data
           
 
Constructor Summary
StorageManager.GetByTimeReq(long l, long 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 long low

high

public long high

comp_q

public SinkIF comp_q

user_data

public Object user_data
Constructor Detail

StorageManager.GetByTimeReq

public StorageManager.GetByTimeReq(long l,
                                   long h,
                                   SinkIF s,
                                   Object ud)
Method Detail

toString

public String toString()
Overrides:
toString in class Object