C# 클래스 Brunet.BootStrapTester

파일 보기 프로젝트 열기: johnynek/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_idx int

보호된 프로퍼티들

프로퍼티 타입 설명
_ctable_to_node System.Collections.Hashtable
_sync object

공개 메소드들

메소드 설명
Add ( Node n ) : void
BenchmarkHops ( int reps ) : void
BenchmarkPing ( int reps ) : void
Remove ( Node n ) : void
ToDotFile ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( Node n ) : void
n Node
리턴 void

BenchmarkHops() 공개 메소드

public BenchmarkHops ( int reps ) : void
reps int
리턴 void

BenchmarkPing() 공개 메소드

public BenchmarkPing ( int reps ) : void
reps int
리턴 void

Remove() 공개 메소드

public Remove ( Node n ) : void
n Node
리턴 void

ToDotFile() 공개 메소드

public ToDotFile ( ) : void
리턴 void

프로퍼티 상세

_ctable_to_node 보호되어 있는 프로퍼티

protected Hashtable,System.Collections _ctable_to_node
리턴 System.Collections.Hashtable

_idx 공개적으로 프로퍼티

public int _idx
리턴 int

_sync 보호되어 있는 프로퍼티

protected object _sync
리턴 object