ostore.cache
Class StorageManager.PutBlock

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

public static class StorageManager.PutBlock
extends Object
implements QueueElementIF

Add a data block to the cache, with or without a guid.


Field Summary
 long app_id
           
 Cacheable block
           
 SecureHash id
          May be null.
 int table
           
 Object user_data
           
 SecureHash vhash
           
 
Constructor Summary
StorageManager.PutBlock(Object u, SecureHash v, SecureHash i, Cacheable b, 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
May be null.


block

public Cacheable block

table

public int table

app_id

public long app_id
Constructor Detail

StorageManager.PutBlock

public StorageManager.PutBlock(Object u,
                               SecureHash v,
                               SecureHash i,
                               Cacheable b,
                               int t,
                               long a)
Method Detail

toString

public String toString()
Overrides:
toString in class Object