bamboo.db
Class StorageManager.GetByGuidReq
java.lang.Object
bamboo.db.StorageManager.GetByGuidReq
- All Implemented Interfaces:
- QueueElementIF
- Enclosing class:
- StorageManager
public static class StorageManager.GetByGuidReq
- extends Object
- implements QueueElementIF
Get all the data in the database whose keys contain the given guid.
Think of this a creating an iterator on a selection operator, and
calling next once. If primary is true, data are read from
the primary database; otherwise, they are read from the recycling bin.
guid
public BigInteger guid
primary
public boolean primary
placemark
public StorageManager.Key placemark
comp_q
public SinkIF comp_q
user_data
public Object user_data
StorageManager.GetByGuidReq
public StorageManager.GetByGuidReq(BigInteger g,
boolean p,
StorageManager.Key pl,
SinkIF s,
Object ud)
toString
public String toString()
- Overrides:
toString in class Object