C# Class Brunet.BootStrapTester

Afficher le fichier Open project: johnynek/brunet Class Usage Examples

Méthodes publiques

Свойство Type Description
_idx int

Protected Properties

Свойство Type Description
_ctable_to_node System.Collections.Hashtable
_sync object

Méthodes publiques

Méthode Description
Add ( Node n ) : void
BenchmarkHops ( int reps ) : void
BenchmarkPing ( int reps ) : void
Remove ( Node n ) : void
ToDotFile ( ) : void

Private Methods

Méthode Description
BootStrapTester ( ArrayList nodes ) : System.IO
ConnectionTableChangeHandler ( object o, EventArgs arg ) : void
Main ( string args ) : void
Ping ( IList nodes ) : void
ProgramRunner ( string cmd, string cmd_args ) : void
TraceRoute ( IList nodes ) : void

Method Details

Add() public méthode

public Add ( Node n ) : void
n Node
Résultat void

BenchmarkHops() public méthode

public BenchmarkHops ( int reps ) : void
reps int
Résultat void

BenchmarkPing() public méthode

public BenchmarkPing ( int reps ) : void
reps int
Résultat void

Remove() public méthode

public Remove ( Node n ) : void
n Node
Résultat void

ToDotFile() public méthode

public ToDotFile ( ) : void
Résultat void

Property Details

_ctable_to_node protected_oe property

protected Hashtable,System.Collections _ctable_to_node
Résultat System.Collections.Hashtable

_idx public_oe property

public int _idx
Résultat int

_sync protected_oe property

protected object _sync
Résultat object