Click or drag to resize
ConsistentHashingPool Class

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

Inheritance Hierarchy

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

The ConsistentHashingPool type exposes the following members.

Constructors
  NameDescription
Protected methodConsistentHashingPool
Initializes a new instance of the ConsistentHashingPool class
Public methodConsistentHashingPool(Int32)
Simple form of ConsistentHashingPool constructor
Public methodConsistentHashingPool(Config)
Initializes a new instance of the ConsistentHashingPool class.
Public methodConsistentHashingPool(Int32, Resizer, SupervisorStrategy, String, Boolean)
Initializes a new instance of the ConsistentHashingPool 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