C# 클래스 RPCBase.Server.ZkAdaptor.Election

상속: IWatcher
파일 보기 프로젝트 열기: fingerpasswang/Phial

공개 메소드들

메소드 설명
AttempToBecomeLeader ( ) : void
Election ( ZooKeeper handle, string roundRoot, string round, int selfSeq ) : System
OnRoundChildrenChanged ( IEnumerable children ) : void
PathToSeq ( string path ) : int
Process ( WatchedEvent @event ) : void

메소드 상세

AttempToBecomeLeader() 공개 메소드

public AttempToBecomeLeader ( ) : void
리턴 void

Election() 공개 메소드

public Election ( ZooKeeper handle, string roundRoot, string round, int selfSeq ) : System
handle ZooKeeper
roundRoot string
round string
selfSeq int
리턴 System

OnRoundChildrenChanged() 공개 메소드

public OnRoundChildrenChanged ( IEnumerable children ) : void
children IEnumerable
리턴 void

PathToSeq() 공개 정적인 메소드

public static PathToSeq ( string path ) : int
path string
리턴 int

Process() 공개 메소드

public Process ( WatchedEvent @event ) : void
@event WatchedEvent
리턴 void