ostore.cache
Class StorageManager.GetBlockCompleted

java.lang.Object
  |
  +--ostore.cache.StorageManager.GetBlockCompleted
All Implemented Interfaces:
QueueElementIF
Enclosing class:
StorageManager

public static class StorageManager.GetBlockCompleted
extends Object
implements QueueElementIF

The result of any type of get.


Field Summary
 long app_id
           
 int cacheType
           
 StorageManager.GetBlock req
           
 Cacheable result
          Will be null if get failed.
 int size
           
 
Constructor Summary
StorageManager.GetBlockCompleted(StorageManager.GetBlock q, int sz, Cacheable r)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

req

public StorageManager.GetBlock req

size

public int size

cacheType

public int cacheType

app_id

public long app_id

result

public Cacheable result
Will be null if get failed.

Constructor Detail

StorageManager.GetBlockCompleted

public StorageManager.GetBlockCompleted(StorageManager.GetBlock q,
                                        int sz,
                                        Cacheable r)
Method Detail

toString

public String toString()
Overrides:
toString in class Object