C# Class 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.
Inheritance: AutoDownBase
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
AutoDown ( System.TimeSpan autoDownUnreachableAfter ) : System
Down ( Akka.Actor.Address node ) : void
Props ( System.TimeSpan autoDownUnreachableAfter ) : Props

Méthodes protégées

Méthode Description
PostStop ( ) : void
PreStart ( ) : void

Method Details

AutoDown() public méthode

public AutoDown ( System.TimeSpan autoDownUnreachableAfter ) : System
autoDownUnreachableAfter System.TimeSpan
Résultat System

Down() public méthode

public Down ( Akka.Actor.Address node ) : void
node Akka.Actor.Address
Résultat void

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void

Props() public static méthode

public static Props ( System.TimeSpan autoDownUnreachableAfter ) : Props
autoDownUnreachableAfter System.TimeSpan
Résultat Props