bamboo.dht
Class GatewayTest.PutInfo

java.lang.Object
  extended by bamboo.dht.GatewayTest.PutInfo
Enclosing class:
GatewayTest

public static class GatewayTest.PutInfo
extends Object


Field Summary
 long expiry_time_ms
           
 byte[] key
           
 
Constructor Summary
GatewayTest.PutInfo(byte[] k, long e)
           
 
Method Summary
 boolean equals(Object rhs)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public byte[] key

expiry_time_ms

public long expiry_time_ms
Constructor Detail

GatewayTest.PutInfo

public GatewayTest.PutInfo(byte[] k,
                           long e)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object rhs)
Overrides:
equals in class Object