Метод | Описание | |
---|---|---|
AttempToBecomeLeader ( ) : void | ||
Election ( ZooKeeper handle, string roundRoot, string round, int selfSeq ) : System | ||
OnRoundChildrenChanged ( IEnumerable |
||
PathToSeq ( string path ) : int | ||
Process ( WatchedEvent @event ) : void |
public Election ( ZooKeeper handle, string roundRoot, string round, int selfSeq ) : System | ||
handle | ZooKeeper | |
roundRoot | string | |
round | string | |
selfSeq | int | |
Результат | System |
public OnRoundChildrenChanged ( IEnumerable |
||
children | IEnumerable |
|
Результат | void |
public static PathToSeq ( string path ) : int | ||
path | string | |
Результат | int |
public Process ( WatchedEvent @event ) : void | ||
@event | WatchedEvent | |
Результат | void |