Click or drag to resize
SmallestMailboxPool Class

[Missing <summary> documentation for "T:Akka.Routing.SmallestMailboxPool"]

Inheritance Hierarchy

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public class SmallestMailboxPool : Pool

The SmallestMailboxPool type exposes the following members.

Constructors
  NameDescription
Protected methodSmallestMailboxPool
Initializes a new instance of the SmallestMailboxPool class
Public methodSmallestMailboxPool(Int32)
Initializes a new instance of the SmallestMailboxPool class
Public methodSmallestMailboxPool(Config)
Initializes a new instance of the SmallestMailboxPool class
Public methodSmallestMailboxPool(Int32, Resizer, SupervisorStrategy, String, Boolean)
Initializes a new instance of the SmallestMailboxPool class
Top
Methods
  NameDescription
Public methodCreateRouter (Overrides RouterConfigCreateRouter(ActorSystem).)
Public methodCreateRouterActor (Inherited from Pool.)
Public methodEquals(Object) (Inherited from Pool.)
Public methodEquals(Pool) (Inherited from Pool.)
Public methodEquals(RouterConfig) (Inherited from RouterConfig.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Inherited from Pool.)
Public methodGetRoutees (Inherited from Pool.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsManagementMessage (Inherited from RouterConfig.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewRoutee (Inherited from Pool.)
Public methodProps (Inherited from Pool.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithFallback (Inherited from RouterConfig.)
Top
Extension Methods
Properties
  NameDescription
Public propertyNrOfInstances
The number of instances in the pool.
(Inherited from Pool.)
Public propertyResizer
An instance of the resizer for this pool.
(Inherited from Pool.)
Public propertyRouterDispatcher (Inherited from RouterConfig.)
Public propertySupervisorStrategy
An instance of the supervisor strategy for this pool.
(Inherited from Pool.)
Public propertyUsePoolDispatcher
Whether or not to use the pool dispatcher.
(Inherited from Pool.)
Top
See Also