bamboo.openhash.i3
Class LookupService.PredMsg

java.lang.Object
  extended by bamboo.openhash.i3.LookupService.PredMsg
All Implemented Interfaces:
ostore.util.QuickSerializable
Enclosing class:
LookupService

public static class LookupService.PredMsg
extends Object
implements ostore.util.QuickSerializable


Field Summary
 InetSocketAddress addr
           
 BigInteger key
           
 
Constructor Summary
LookupService.PredMsg(BigInteger k, InetSocketAddress a)
           
LookupService.PredMsg(ostore.util.InputBuffer ib)
           
 
Method Summary
 void serialize(ostore.util.OutputBuffer ob)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public BigInteger key

addr

public InetSocketAddress addr
Constructor Detail

LookupService.PredMsg

public LookupService.PredMsg(BigInteger k,
                             InetSocketAddress a)

LookupService.PredMsg

public LookupService.PredMsg(ostore.util.InputBuffer ib)
                      throws ostore.util.QSException
Throws:
ostore.util.QSException
Method Detail

serialize

public void serialize(ostore.util.OutputBuffer ob)
Specified by:
serialize in interface ostore.util.QuickSerializable