bamboo.openhash.redir
Class RedirClient.JoinState

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

public static class RedirClient.JoinState
extends Object


Field Summary
 InetSocketAddress addr
           
 byte[] addr_bytes
           
 String application
           
 boolean cancelled
           
 RedirClient.JoinCb cb
           
 int current_level
           
 boolean done
           
 boolean found
           
 BigInteger key
           
 int levels
           
 BigInteger namespace
           
 long put_retry_time
           
 Object rejoin_timer
           
 Object retry_timer
           
 int ttl_s
           
 Object user_data
           
 
Constructor Summary
RedirClient.JoinState(InetSocketAddress a, BigInteger k, BigInteger n, int l, int t, String app, RedirClient.JoinCb 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

addr

public InetSocketAddress addr

addr_bytes

public byte[] addr_bytes

key

public BigInteger key

namespace

public BigInteger namespace

levels

public int levels

ttl_s

public int ttl_s

cb

public RedirClient.JoinCb cb

user_data

public Object user_data

current_level

public int current_level

done

public boolean done

found

public boolean found

application

public String application

put_retry_time

public long put_retry_time

retry_timer

public Object retry_timer

rejoin_timer

public Object rejoin_timer

cancelled

public boolean cancelled
Constructor Detail

RedirClient.JoinState

public RedirClient.JoinState(InetSocketAddress a,
                             BigInteger k,
                             BigInteger n,
                             int l,
                             int t,
                             String app,
                             RedirClient.JoinCb c,
                             Object u)