C# Class Brunet.Connections.Linker

Inheritance: Brunet.Concurrent.TaskWorker
Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Свойство Type Description
_MAX_PARALLEL_ATTEMPTS int
_MAX_REMOTETAS int
_MAX_RESTARTS int
_MS_RESTART_TIME int
_added_cons int
_contype string
_cph_transfer_requests int
_hold_fire int
_last_lid int
_local_n Node
_maintype ConnectionType
_started int
_ta_queue Brunet.Concurrent.LockFreeQueue
_ta_to_restart_state System.Collections.Hashtable
_target Address
_task object
_task_queue Brunet.Concurrent.TaskQueue
_token string

Méthodes publiques

Méthode Description
Linker ( Node local, Address target, ICollection target_list, string ct, string token ) : NUnit.Framework
Linker ( Node local, Address target, ICollection target_list, string ct, string token, string task_diff ) : NUnit.Framework
Start ( ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
EdgeWorkerHandler ( object edgeworker, EventArgs args ) : void
FinishCheckHandler ( object taskqueue, EventArgs args ) : void
GetRestartState ( TransportAddress ta ) : RestartState
LinkProtocolStateFinishHandler ( object olps, EventArgs args ) : void
NextTA ( ) : TransportAddress
RestartHandler ( object orss, EventArgs args ) : void
SetTarget ( ) : void
StartAttempt ( TransportAddress next_ta ) : TaskWorker

Method Details

EdgeWorkerHandler() protected méthode

protected EdgeWorkerHandler ( object edgeworker, EventArgs args ) : void
edgeworker object
args System.EventArgs
Résultat void

FinishCheckHandler() protected méthode

protected FinishCheckHandler ( object taskqueue, EventArgs args ) : void
taskqueue object
args System.EventArgs
Résultat void

GetRestartState() protected méthode

protected GetRestartState ( TransportAddress ta ) : RestartState
ta Brunet.Transport.TransportAddress
Résultat RestartState

LinkProtocolStateFinishHandler() protected méthode

protected LinkProtocolStateFinishHandler ( object olps, EventArgs args ) : void
olps object
args System.EventArgs
Résultat void

Linker() public méthode

public Linker ( Node local, Address target, ICollection target_list, string ct, string token ) : NUnit.Framework
local Node
target Address
target_list ICollection
ct string
token string
Résultat NUnit.Framework

Linker() public méthode

public Linker ( Node local, Address target, ICollection target_list, string ct, string token, string task_diff ) : NUnit.Framework
local Node
target Address
target_list ICollection
ct string
token string
task_diff string
Résultat NUnit.Framework

NextTA() protected méthode

protected NextTA ( ) : TransportAddress
Résultat Brunet.Transport.TransportAddress

RestartHandler() protected méthode

protected RestartHandler ( object orss, EventArgs args ) : void
orss object
args System.EventArgs
Résultat void

SetTarget() protected méthode

protected SetTarget ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartAttempt() protected méthode

protected StartAttempt ( TransportAddress next_ta ) : TaskWorker
next_ta Brunet.Transport.TransportAddress
Résultat Brunet.Concurrent.TaskWorker

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

_MAX_PARALLEL_ATTEMPTS protected_oe static_oe property

protected static int _MAX_PARALLEL_ATTEMPTS
Résultat int

_MAX_REMOTETAS protected_oe static_oe property

protected static int _MAX_REMOTETAS
Résultat int

_MAX_RESTARTS protected_oe static_oe property

protected static int _MAX_RESTARTS
Résultat int

_MS_RESTART_TIME protected_oe static_oe property

protected static int _MS_RESTART_TIME
Résultat int

_added_cons protected_oe property

protected int _added_cons
Résultat int

_contype protected_oe property

protected string _contype
Résultat string

_cph_transfer_requests protected_oe property

protected int _cph_transfer_requests
Résultat int

_hold_fire protected_oe property

protected int _hold_fire
Résultat int

_last_lid protected_oe static_oe property

protected static int _last_lid
Résultat int

_local_n protected_oe property

protected Node _local_n
Résultat Node

_maintype protected_oe property

protected ConnectionType _maintype
Résultat ConnectionType

_started protected_oe property

protected int _started
Résultat int

_ta_queue protected_oe property

protected LockFreeQueue,Brunet.Concurrent _ta_queue
Résultat Brunet.Concurrent.LockFreeQueue

_ta_to_restart_state protected_oe property

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

_target protected_oe property

protected Address _target
Résultat Address

_task protected_oe property

protected object _task
Résultat object

_task_queue protected_oe property

protected TaskQueue,Brunet.Concurrent _task_queue
Résultat Brunet.Concurrent.TaskQueue

_token protected_oe property

protected string _token
Résultat string