Simple Module PastryLeafSet

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

C++ definition

This module contains the leaf set of the Pastry implementation.

Author: Felix Palmen

PastryLeafSet

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

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 leaf set of the Pastry implementation.
//
// @author Felix Palmen
//
simple PastryLeafSet
{
    parameters:
        @display("i=block/table");
}