ostore.apps.qtree.api
Class QTreeStateLocal

java.lang.Object
  |
  +--ostore.apps.qtree.api.QTreeStateLocal
All Implemented Interfaces:
QueueElementIF

public class QTreeStateLocal
extends Object
implements QueueElementIF

Generic message used to handle tree (de)construction.

Author:
Jason Lee

Field Summary
 boolean delay_build
           
 NodeId peer
           
 int req_state
           
 SecureHash root_guid
           
 NodeId root_node
           
 
Constructor Summary
QTreeStateLocal(NodeId peer, int request, NodeId root, boolean delay)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

peer

public NodeId peer

root_node

public NodeId root_node

root_guid

public SecureHash root_guid

req_state

public int req_state

delay_build

public boolean delay_build
Constructor Detail

QTreeStateLocal

public QTreeStateLocal(NodeId peer,
                       int request,
                       NodeId root,
                       boolean delay)
Method Detail

toString

public String toString()
Overrides:
toString in class Object