C# Class Brunet.Simulator.Tasks.AllToAll

Helps performing a live AllToAll metrics on the Simulator
Inheritance: Task
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
LatenciesInMs List
Nodes NodeMapping>.SortedList
Secure bool

Protected Properties

Property Type Description
_start_time long
_waiting_on long

Public Methods

Method Description
AllToAll ( NodeMapping>.SortedList nodes, bool secure, EventHandler finished ) : Brunet.Concurrent
Start ( ) : void
ToString ( ) : string

Protected Methods

Method Description
Callback ( object o, EventArgs ea ) : void

Method Details

AllToAll() public method

public AllToAll ( NodeMapping>.SortedList nodes, bool secure, EventHandler finished ) : Brunet.Concurrent
nodes NodeMapping>.SortedList
secure bool
finished EventHandler
return Brunet.Concurrent

Callback() protected method

protected Callback ( object o, EventArgs ea ) : void
o object
ea System.EventArgs
return void

Start() public method

public Start ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

LatenciesInMs public property

public List LatenciesInMs
return List

Nodes public property

public SortedList Nodes
return NodeMapping>.SortedList

Secure public property

public bool Secure
return bool

_start_time protected property

protected long _start_time
return long

_waiting_on protected property

protected long _waiting_on
return long