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.
 
 
 
 
user_data
public Object user_data
vhash
public SecureHash vhash
id
public SecureHash id
table
public int table
app_id
public long app_id
StorageManager.GetBlock
public StorageManager.GetBlock(Object ud,
                               SecureHash v,
                               SecureHash i,
                               int t,
                               long a)
toString
public String toString()
- Overrides:
 toString in class Object