bamboo.db
Class StorageManager.GetByTimeResp
java.lang.Object
bamboo.db.StorageManager.GetByTimeResp
- All Implemented Interfaces:
- QueueElementIF
- Enclosing class:
- StorageManager
public static class StorageManager.GetByTimeResp
- extends Object
- implements QueueElementIF
The (possibly) partial result of a get. If the continuation is
non-null, it may be sent out in a GetByTimeCont request to get the
next matching datum, if any. If the continuation is null, all
matching data have been returned.
keys
public LinkedList<StorageManager.Key> keys
continuation
public Object continuation
user_data
public Object user_data
StorageManager.GetByTimeResp
public StorageManager.GetByTimeResp(LinkedList<StorageManager.Key> k,
Object c,
Object ud)
toString
public String toString()
- Overrides:
toString in class Object