C# Class Akka.Tests.Routing.RoutingSpec.TestResizer

Inheritance: Akka.Routing.Resizer
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
IsTimeForResize ( long messageCounter ) : bool
Resize ( System currentRoutees ) : int
TestResizer ( Akka.TestKit.TestLatch latch ) : System

Method Details

IsTimeForResize() public méthode

public IsTimeForResize ( long messageCounter ) : bool
messageCounter long
Résultat bool

Resize() public méthode

public Resize ( System currentRoutees ) : int
currentRoutees System
Résultat int

TestResizer() public méthode

public TestResizer ( Akka.TestKit.TestLatch latch ) : System
latch Akka.TestKit.TestLatch
Résultat System