de.uniba.wiai.lspi.chord.service.impl
Class Entries

java.lang.Object
  extended by de.uniba.wiai.lspi.chord.service.impl.Entries

public final class Entries
extends java.lang.Object

Stores entries for the local node in a local hash table and provides methods for accessing them. It IS allowed, that multiple objects of type Entry with same ID are stored!

Version:
1.0.5
Author:
Karsten Loesing, Sven Kaffille

Constructor Summary
Entries()
          Creates an empty repository for entries.
 
Method Summary
 java.lang.String toString()
          Returns a formatted string of all entries stored in the local hash table.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Entries

public Entries()
Creates an empty repository for entries.

Method Detail

toString

public final java.lang.String toString()
Returns a formatted string of all entries stored in the local hash table.

Overrides:
toString in class java.lang.Object
Returns:
String representation of all stored entries.