bamboo.db
Class StorageManager.GetByKeyResp

java.lang.Object
  extended by bamboo.db.StorageManager.GetByKeyResp
All Implemented Interfaces:
QueueElementIF
Enclosing class:
StorageManager

public static class StorageManager.GetByKeyResp
extends Object
implements QueueElementIF


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

user_data

public Object user_data
Constructor Detail

StorageManager.GetByKeyResp

public StorageManager.GetByKeyResp(StorageManager.Key k,
                                   ByteBuffer d,
                                   Object ud)
Method Detail

toString

public String toString()
Overrides:
toString in class Object