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.
low
public long low
high
public long high
comp_q
public SinkIF comp_q
user_data
public Object user_data
StorageManager.GetByTimeReq
public StorageManager.GetByTimeReq(long l,
long h,
SinkIF s,
Object ud)
toString
public String toString()
- Overrides:
toString
in class Object