dd.db
Class StorageManager.DiscardReq

java.lang.Object
  |
  +--dd.db.StorageManager.DiscardReq
All Implemented Interfaces:
QueueElementIF
Enclosing class:
StorageManager

public static class StorageManager.DiscardReq
extends Object
implements QueueElementIF

Drop a datum from the primary database; optionally move to the recycling bin.


Field Summary
 StorageManager.Key key
           
 boolean recycle
           
 
Constructor Summary
StorageManager.DiscardReq(StorageManager.Key k, boolean r)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

public StorageManager.Key key

recycle

public boolean recycle
Constructor Detail

StorageManager.DiscardReq

public StorageManager.DiscardReq(StorageManager.Key k,
                                 boolean r)
Method Detail

toString

public String toString()
Overrides:
toString in class Object