dd.db
Class StorageManager.PutReq

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

public static class StorageManager.PutReq
extends Object
implements QueueElementIF

Put a new datum into the database.


Field Summary
 SinkIF comp_q
           
 ByteBuffer data
           
 StorageManager.Key key
           
 Object user_data
           
 
Constructor Summary
StorageManager.PutReq(StorageManager.Key k, ByteBuffer d, 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

key

public StorageManager.Key key

data

public ByteBuffer data

comp_q

public SinkIF comp_q

user_data

public Object user_data
Constructor Detail

StorageManager.PutReq

public StorageManager.PutReq(StorageManager.Key k,
                             ByteBuffer d,
                             SinkIF s,
                             Object ud)
Method Detail

toString

public String toString()
Overrides:
toString in class Object