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

Inheritance: Akka.Routing.Resizer
Mostrar archivo Open project: rogeralsing/akka.net

Public Methods

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

Method Details

IsTimeForResize() public method

public IsTimeForResize ( long messageCounter ) : bool
messageCounter long
return bool

Resize() public method

public Resize ( System currentRoutees ) : int
currentRoutees System
return int

TestResizer() public method

public TestResizer ( Akka.TestKit.TestLatch latch ) : System
latch Akka.TestKit.TestLatch
return System