dd.db
Class StorageManager.GetByGuidReq

java.lang.Object
  |
  +--dd.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.


Field Summary
 SinkIF comp_q
           
 BigInteger guid
           
 StorageManager.Key placemark
           
 boolean primary
           
 Object user_data
           
 
Constructor Summary
StorageManager.GetByGuidReq(BigInteger g, boolean p, StorageManager.Key pl, SinkIF s, Object ud)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

StorageManager.GetByGuidReq

public StorageManager.GetByGuidReq(BigInteger g,
                                   boolean p,
                                   StorageManager.Key pl,
                                   SinkIF s,
                                   Object ud)
Method Detail

toString

public String toString()
Overrides:
toString in class Object