C# Class Brunet.Simulator.Tasks.Crawl

Helps performing a live crawl on the Simulator
Inheritance: Task
Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Свойство Type Description
Bso Brunet.Security.PeerSec.Symphony.SymphonySecurityOverlord
Expected int
Node Node

Protected Properties

Свойство Type Description
_consistency int
_crawled System.Collections.Hashtable
_first_left Address
_previous Address

Méthodes publiques

Méthode Description
Crawl ( Node node, int expected, SymphonySecurityOverlord bso, EventHandler finished ) : Brunet.Concurrent
Start ( ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
CrawlHandler ( object o, EventArgs ea ) : void

Handles the result of a crawl query.

CrawlNext ( Address addr ) : void

Attempts to crawl the next address.

Method Details

Crawl() public méthode

public Crawl ( Node node, int expected, SymphonySecurityOverlord bso, EventHandler finished ) : Brunet.Concurrent
node Node
expected int
bso Brunet.Security.PeerSec.Symphony.SymphonySecurityOverlord
finished EventHandler
Résultat Brunet.Concurrent

CrawlHandler() protected méthode

Handles the result of a crawl query.
protected CrawlHandler ( object o, EventArgs ea ) : void
o object
ea System.EventArgs
Résultat void

CrawlNext() protected méthode

Attempts to crawl the next address.
protected CrawlNext ( Address addr ) : void
addr Address
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Bso public_oe property

public SymphonySecurityOverlord,Brunet.Security.PeerSec.Symphony Bso
Résultat Brunet.Security.PeerSec.Symphony.SymphonySecurityOverlord

Expected public_oe property

public int Expected
Résultat int

Node public_oe property

public Node Node
Résultat Node

_consistency protected_oe property

protected int _consistency
Résultat int

_crawled protected_oe property

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

_first_left protected_oe property

protected Address _first_left
Résultat Address

_previous protected_oe property

protected Address _previous
Résultat Address