dd.db
Class StorageManager.PutResp

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

public static class StorageManager.PutResp
extends Object
implements QueueElementIF

The result of a PutReq, if removed_key is non-null, then removed_key and removed_data where made irrelevant by the put and have been removed from the database.


Field Summary
 ByteBuffer inval_put_data
           
 StorageManager.Key inval_put_key
           
 ByteBuffer inval_rm_data
           
 StorageManager.Key inval_rm_key
           
 Object user_data
           
 
Constructor Summary
StorageManager.PutResp(StorageManager.Key ipk, ByteBuffer ipd, StorageManager.Key irk, ByteBuffer ird, 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

inval_put_key

public StorageManager.Key inval_put_key

inval_put_data

public ByteBuffer inval_put_data

inval_rm_key

public StorageManager.Key inval_rm_key

inval_rm_data

public ByteBuffer inval_rm_data

user_data

public Object user_data
Constructor Detail

StorageManager.PutResp

public StorageManager.PutResp(StorageManager.Key ipk,
                              ByteBuffer ipd,
                              StorageManager.Key irk,
                              ByteBuffer ird,
                              Object ud)
Method Detail

toString

public String toString()
Overrides:
toString in class Object