C# Class FloatingQueue.Server.Replication.NodeCollection

Inheritance: INodeCollection
Afficher le fichier Open project: eleks/FloatingQueuePoC Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddNewNode ( INodeConfiguration slave ) : void
MarkAsDead ( int nodeId ) : void
NodeCollection ( List nodes ) : System
RemoveDeadNodes ( ) : void

Method Details

AddNewNode() public méthode

public AddNewNode ( INodeConfiguration slave ) : void
slave INodeConfiguration
Résultat void

MarkAsDead() public méthode

public MarkAsDead ( int nodeId ) : void
nodeId int
Résultat void

NodeCollection() public méthode

public NodeCollection ( List nodes ) : System
nodes List
Résultat System

RemoveDeadNodes() public méthode

public RemoveDeadNodes ( ) : void
Résultat void