LocalClusterConfig
The configuration for a local cluster
Record Fields
Record Field | Description |
ClientPath
Signature: string option
|
The path to the PrajnaClient executable. If given, the client is started as a process, otherwise, as an AppDomain
|
ContainerInAppDomain
Signature: bool
|
Start the container in AppDomain? If false, start the container as a process
|
Name
Signature: string
|
The name of the local cluster
|
NumClients
Signature: int
|
Number of clients
|
NumJobPortsPerClient
Signature: int option
|
Number of job ports for each client
|
PortsRange
Signature: (int * int) option
|
The inclusive range of ports that the local cluster can use. It has to at least provide
NumClients + NumJobPortsPerClient * NumClients
ports
|
Version
Signature: DateTime
|
The version of the local cluster
|