Click or drag to resize
ScatterGatherFirstCompletedPool Class
Class RoundRobinPool.
Inheritance Hierarchy

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

The ScatterGatherFirstCompletedPool type exposes the following members.

Constructors
  NameDescription
Protected methodScatterGatherFirstCompletedPool
Initializes a new instance of the ScatterGatherFirstCompletedPool class
Public methodScatterGatherFirstCompletedPool(Int32)
Simple form of RoundRobin constructor
Public methodScatterGatherFirstCompletedPool(Config)
Initializes a new instance of the ScatterGatherFirstCompletedPool class
Public methodScatterGatherFirstCompletedPool(Int32, Resizer, SupervisorStrategy, String, TimeSpan, Boolean)
Initializes a new instance of the ScatterGatherFirstCompletedPool class
Top
Methods
  NameDescription
Public methodCreateRouter
Creates the router.
(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