| ConsistentHashingPool Class |
[Missing <summary> documentation for "T:Akka.Routing.ConsistentHashingPool"]
Namespace: Akka.Routing
The ConsistentHashingPool type exposes the following members.
| Name | Description | |
|---|---|---|
| ConsistentHashingPool | Initializes a new instance of the ConsistentHashingPool class | |
| ConsistentHashingPool(Int32) |
Simple form of ConsistentHashingPool constructor
| |
| ConsistentHashingPool(Config) |
Initializes a new instance of the ConsistentHashingPool class.
| |
| ConsistentHashingPool(Int32, Resizer, SupervisorStrategy, String, Boolean) |
Initializes a new instance of the ConsistentHashingPool class.
|
| Name | Description | |
|---|---|---|
| CreateRouter | (Overrides RouterConfigCreateRouter(ActorSystem).) | |
| CreateRouterActor | (Inherited from Pool.) | |
| Equals(Object) | (Inherited from Pool.) | |
| Equals(Pool) | (Inherited from Pool.) | |
| Equals(RouterConfig) | (Inherited from RouterConfig.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | (Inherited from Pool.) | |
| GetRoutees | (Inherited from Pool.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsManagementMessage | (Inherited from RouterConfig.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NewRoutee | (Inherited from Pool.) | |
| Props | (Inherited from Pool.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WithFallback | (Inherited from RouterConfig.) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) | |
| NoRouter | (Defined by RouterConfigExtensions.) |
| Name | Description | |
|---|---|---|
| NrOfInstances |
The number of instances in the pool.
(Inherited from Pool.) | |
| Resizer |
An instance of the resizer for this pool.
(Inherited from Pool.) | |
| RouterDispatcher | (Inherited from RouterConfig.) | |
| SupervisorStrategy |
An instance of the supervisor strategy for this pool.
(Inherited from Pool.) | |
| UsePoolDispatcher |
Whether or not to use the pool dispatcher.
(Inherited from Pool.) |