dd.db
Class StorageManager.GetByTimeResp

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

public static class StorageManager.GetByTimeResp
extends Object
implements QueueElementIF

The (possibly) partial result of a get. If the continuation is non-null, it may be sent out in a GetByTimeCont request to get the next matching datum, if any. If the continuation is null, all matching data have been returned.


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

continuation

public Object continuation

user_data

public Object user_data
Constructor Detail

StorageManager.GetByTimeResp

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

toString

public String toString()
Overrides:
toString in class Object