bamboo.openhash.redir
Class RedirClient.LookupState
java.lang.Object
bamboo.openhash.redir.RedirClient.LookupState
- Enclosing class:
- RedirClient
public static class RedirClient.LookupState
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RedirClient.LookupState
public RedirClient.LookupState(BigInteger k,
BigInteger n,
int l,
String app,
RedirClient.LookupCb c,
Object u)