${header}

meteor.dht
Class Store

java.lang.Object
  extended bymeteor.dht.Store

public class Store
extends java.lang.Object

The Storage space of the Distributed Hashtable

Author:
Vincent Matossian December 2004

Constructor Summary
Store()
           
 
Method Summary
 void insert(QueryMessage qm)
           
 java.lang.String retrieve(QueryMessage qm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Store

public Store()
Method Detail

insert

public void insert(QueryMessage qm)

retrieve

public java.lang.String retrieve(QueryMessage qm)

${header}