bamboo.db
Class StorageManager.IterateByGuidResp
java.lang.Object
bamboo.db.StorageManager.IterateByGuidResp
- All Implemented Interfaces:
- QueueElementIF
- Enclosing class:
- StorageManager
public static class StorageManager.IterateByGuidResp
- extends Object
- implements QueueElementIF
If the continuation is non-null, it may be sent out in a
IterateByGuidCont request to get the next datum, if any. If the
continuation is null, all data have been returned.
key
public StorageManager.Key key
data
public ByteBuffer data
continuation
public Object continuation
user_data
public Object user_data
StorageManager.IterateByGuidResp
public StorageManager.IterateByGuidResp(StorageManager.Key k,
ByteBuffer d,
Object c,
Object ud)
toString
public String toString()
- Overrides:
toString in class Object