bamboo.openhash.redir
Class RedirClient.LookupState

java.lang.Object
  extended by bamboo.openhash.redir.RedirClient.LookupState
Enclosing class:
RedirClient

public static class RedirClient.LookupState
extends Object


Field Summary
 String application
           
 RedirClient.LookupCb cb
           
 int current_level
           
 int gets
           
 BigInteger key
           
 int levels
           
 InetSocketAddress min_addr
           
 BigInteger min_hash
           
 BigInteger namespace
           
 InetSocketAddress succ_addr
           
 BigInteger succ_hash
           
 Object user_data
           
 
Constructor Summary
RedirClient.LookupState(BigInteger k, BigInteger n, int l, String app, RedirClient.LookupCb c, Object u)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public BigInteger key

namespace

public BigInteger namespace

levels

public int levels

cb

public RedirClient.LookupCb cb

user_data

public Object user_data

current_level

public int current_level

min_hash

public BigInteger min_hash

min_addr

public InetSocketAddress min_addr

succ_addr

public InetSocketAddress succ_addr

succ_hash

public BigInteger succ_hash

gets

public int gets

application

public String application
Constructor Detail

RedirClient.LookupState

public RedirClient.LookupState(BigInteger k,
                               BigInteger n,
                               int l,
                               String app,
                               RedirClient.LookupCb c,
                               Object u)