ostore.cache
Class StorageManager.GetBlock

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

public static class StorageManager.GetBlock
extends Object
implements QueueElementIF

Get a block from the cache; one or more of id or vhash must be non-null.


Field Summary
 long app_id
           
 SecureHash id
           
 int table
           
 Object user_data
           
 SecureHash vhash
           
 
Constructor Summary
StorageManager.GetBlock(Object ud, SecureHash v, SecureHash i, int t, long a)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

user_data

public Object user_data

vhash

public SecureHash vhash

id

public SecureHash id

table

public int table

app_id

public long app_id
Constructor Detail

StorageManager.GetBlock

public StorageManager.GetBlock(Object ud,
                               SecureHash v,
                               SecureHash i,
                               int t,
                               long a)
Method Detail

toString

public String toString()
Overrides:
toString in class Object