C# Класс Brunet.Services.Coordinate.VivaldiTargetSelector

Наследование: TargetSelector
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
CHECKPOINT_INTERVAL int
MAX_REQUESTS int
_channel_to_state System.Collections.Hashtable
_checkpoint_file string
_checkpoint_thread Thread
_checkpoint_thread_finished int
_class_lock object
_nc_service NCService
_node Brunet.Node
_num_requests int
_query_list System.Collections.ArrayList
_sync object
_vts_nodes System.Collections.Hashtable

Открытые методы

Метод Описание
ComputeCandidates ( Brunet.Address start, int range, TargetSelectorDelegate cb, Brunet.Address current ) : void
VivaldiTargetSelector ( Node n, NCService service ) : System

Защищенные методы

Метод Описание
CheckpointThread ( ) : void
CloseHandler ( object o, EventArgs args ) : void
EnqueueHandler ( object o, EventArgs args ) : void

Описание методов

CheckpointThread() защищенный статический Метод

protected static CheckpointThread ( ) : void
Результат void

CloseHandler() защищенный Метод

protected CloseHandler ( object o, EventArgs args ) : void
o object
args System.EventArgs
Результат void

ComputeCandidates() публичный Метод

public ComputeCandidates ( Brunet.Address start, int range, TargetSelectorDelegate cb, Brunet.Address current ) : void
start Brunet.Address
range int
cb TargetSelectorDelegate
current Brunet.Address
Результат void

EnqueueHandler() защищенный Метод

protected EnqueueHandler ( object o, EventArgs args ) : void
o object
args System.EventArgs
Результат void

VivaldiTargetSelector() публичный Метод

public VivaldiTargetSelector ( Node n, NCService service ) : System
n Brunet.Node
service NCService
Результат System

Описание свойств

CHECKPOINT_INTERVAL защищенное статическое свойство

protected static int CHECKPOINT_INTERVAL
Результат int

MAX_REQUESTS защищенное статическое свойство

protected static int MAX_REQUESTS
Результат int

_channel_to_state защищенное свойство

protected Hashtable,System.Collections _channel_to_state
Результат System.Collections.Hashtable

_checkpoint_file защищенное статическое свойство

protected static string _checkpoint_file
Результат string

_checkpoint_thread защищенное статическое свойство

protected static Thread _checkpoint_thread
Результат Thread

_checkpoint_thread_finished защищенное статическое свойство

protected static int _checkpoint_thread_finished
Результат int

_class_lock защищенное статическое свойство

protected static object _class_lock
Результат object

_nc_service защищенное свойство

protected NCService,Brunet.Services.Coordinate _nc_service
Результат NCService

_node защищенное свойство

protected Node,Brunet _node
Результат Brunet.Node

_num_requests защищенное свойство

protected int _num_requests
Результат int

_query_list защищенное статическое свойство

protected static ArrayList,System.Collections _query_list
Результат System.Collections.ArrayList

_sync защищенное свойство

protected object _sync
Результат object

_vts_nodes защищенное статическое свойство

protected static Hashtable,System.Collections _vts_nodes
Результат System.Collections.Hashtable