C# 클래스 Akka.Cluster.AutoDown

INTERNAL API An unreachable member will be downed by this actor if it remains unreachable for the specified duration and this actor is running on the leader node in the cluster. The implementation is split into two classes AutoDown and AutoDownBase to be able to unit test the logic without running cluster.
상속: AutoDownBase
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
AutoDown ( System.TimeSpan autoDownUnreachableAfter ) : System
Down ( Akka.Actor.Address node ) : void
Props ( System.TimeSpan autoDownUnreachableAfter ) : Props

보호된 메소드들

메소드 설명
PostStop ( ) : void
PreStart ( ) : void

메소드 상세

AutoDown() 공개 메소드

public AutoDown ( System.TimeSpan autoDownUnreachableAfter ) : System
autoDownUnreachableAfter System.TimeSpan
리턴 System

Down() 공개 메소드

public Down ( Akka.Actor.Address node ) : void
node Akka.Actor.Address
리턴 void

PostStop() 보호된 메소드

protected PostStop ( ) : void
리턴 void

PreStart() 보호된 메소드

protected PreStart ( ) : void
리턴 void

Props() 공개 정적인 메소드

public static Props ( System.TimeSpan autoDownUnreachableAfter ) : Props
autoDownUnreachableAfter System.TimeSpan
리턴 Props