org.kth.dks.dks_dht
Class DHTStatisticsItem

java.lang.Object
  extended by org.kth.dks.dks_dht.DHTStatisticsItem
All Implemented Interfaces:
java.io.Serializable

public class DHTStatisticsItem
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.util.LinkedList entries
           
 boolean insert
           
 boolean lookup
           
 
Constructor Summary
DHTStatisticsItem(boolean insert, boolean lookup)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 void newEntry(java.lang.Long o, int cc, java.util.List values)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entries

public java.util.LinkedList entries

insert

public boolean insert

lookup

public boolean lookup
Constructor Detail

DHTStatisticsItem

public DHTStatisticsItem(boolean insert,
                         boolean lookup)
Method Detail

newEntry

public void newEntry(java.lang.Long o,
                     int cc,
                     java.util.List values)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object


Copyright © 2010. All Rights Reserved.