RoutingMode Class
Namespace: Hazelcast.Networking
Assembly: Hazelcast.Net.dll
Clients can connect to cluster members in one of 3 modes:
SingleMember Client only connects to a single member. AllMembers Client connects to all cluster members. MultiMember Client only connects to a subset of members based on RoutingStrategy.public class RoutingMode
Inherited Members
Constructors
| Name | Description |
|---|---|
| RoutingMode() | Initializes a new instance of the RoutingMode class. |
| RoutingMode(bool) | Initializes a new instance of the RoutingMode class. |
Properties
| Name | Description |
|---|---|
| Mode | Routing mode of the client. |
| Strategy | The strategy for selected routing mode. Default is PartitionGroups |