bamboo.db
Class StorageManager.IterateByGuidCont
java.lang.Object
bamboo.db.StorageManager.IterateByGuidCont
- All Implemented Interfaces:
- QueueElementIF
- Enclosing class:
- StorageManager
public static class StorageManager.IterateByGuidCont
- extends Object
- implements QueueElementIF
Continue an existing IterateByGuidReq. Set continuation to the
continuation in the last IterateByGuidResp. To close the cursor
associated with a IterateByGuidReq, send one of these with a null
comp_q.
continuation
public Object continuation
comp_q
public SinkIF comp_q
user_data
public Object user_data
StorageManager.IterateByGuidCont
public StorageManager.IterateByGuidCont(Object c,
SinkIF s,
Object ud)
toString
public String toString()
- Overrides:
toString in class Object