bamboo.dht
Class PutGetTest.PutInfo

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

public static class PutGetTest.PutInfo
extends Object


Field Summary
 long expiry_time_ms
           
 byte[] key
           
 int size
           
 
Constructor Summary
PutGetTest.PutInfo(byte[] k, long e, int s)
           
 
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

size

public int size
Constructor Detail

PutGetTest.PutInfo

public PutGetTest.PutInfo(byte[] k,
                          long e,
                          int s)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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