de.uniba.wiai.lspi.chord.service
Interface Report

All Known Implementing Classes:
ChordImpl

public interface Report

Provides the user application with methods for retrieving internal information about the state of a Chord node, e.g. entries or references.

Version:
1.0.5 modified, 0.99b
Author:
Karsten Loesing, bojanm

Method Summary
 java.lang.String printEntries(Floor floor)
          Returns a formatted String containing all entries stored on this node.
 java.lang.String printFingerTable(Floor floor)
          Returns a formatted String containing all references stored in the finger table of this node.
 java.lang.String printPredecessor(Floor floor)
          Returns a formatted String containing the predecessor reference of this node.
 java.lang.String printReferences(Floor floor)
          Returns a formatted String containing all references stored on this node.
 java.lang.String printSuccessorList(Floor floor)
          Returns a formatted String containing all references stored in the successor list of this node.
 

Method Detail

printEntries

java.lang.String printEntries(Floor floor)
Returns a formatted String containing all entries stored on this node.

Returns:
Formatted String containing all entries stored on this node.

printFingerTable

java.lang.String printFingerTable(Floor floor)
Returns a formatted String containing all references stored in the finger table of this node.

Returns:
Formatted String containing all references stored in the finger table of this node.

printSuccessorList

java.lang.String printSuccessorList(Floor floor)
Returns a formatted String containing all references stored in the successor list of this node.

Returns:
Formatted String containing all references stored in the successor list of this node.

printReferences

java.lang.String printReferences(Floor floor)
Returns a formatted String containing all references stored on this node.

Returns:
Formatted String containing all references stored on this node.

printPredecessor

java.lang.String printPredecessor(Floor floor)
Returns a formatted String containing the predecessor reference of this node.

Returns:
Formatted String containing the predecessor reference of this node.