C# Class RPCBase.Server.ZkAdaptor.Election

Inheritance: IWatcher
Afficher le fichier Open project: fingerpasswang/Phial

Méthodes publiques

Méthode Description
AttempToBecomeLeader ( ) : void
Election ( ZooKeeper handle, string roundRoot, string round, int selfSeq ) : System
OnRoundChildrenChanged ( IEnumerable children ) : void
PathToSeq ( string path ) : int
Process ( WatchedEvent @event ) : void

Method Details

AttempToBecomeLeader() public méthode

public AttempToBecomeLeader ( ) : void
Résultat void

Election() public méthode

public Election ( ZooKeeper handle, string roundRoot, string round, int selfSeq ) : System
handle ZooKeeper
roundRoot string
round string
selfSeq int
Résultat System

OnRoundChildrenChanged() public méthode

public OnRoundChildrenChanged ( IEnumerable children ) : void
children IEnumerable
Résultat void

PathToSeq() public static méthode

public static PathToSeq ( string path ) : int
path string
Résultat int

Process() public méthode

public Process ( WatchedEvent @event ) : void
@event WatchedEvent
Résultat void