Simple Module PastryNeighborhoodSet

Package: oversim.overlay.pastry
File: src/overlay/pastry/Pastry.ned

C++ definition

This module contains the neighborhood set of the Pastry implementation.

Author: Felix Palmen

PastryNeighborhoodSet

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

Name Type Description
BambooModules compound module

Implementation of the Bamboo KBR overlay as described in ...

PastryModules compound module

Implementation of the Pastry KBR overlay as described in "Pastry: Scalable, Decentralized Object Location, and Routing for Large-Scale Peer-to-Peer Systems" by Antony Rowstron and Peter Druschel, published in Lecture Notes in Computer Science, volume 2218.

Properties:

Name Value Description
display i=block/table

Source code:

//
// This module contains the neighborhood set of the Pastry implementation.
//
// @author Felix Palmen
//
simple PastryNeighborhoodSet
{
    parameters:
        @display("i=block/table");
}