JobServerConfigurationElement Class |
Namespace: Ookii.Jumbo.Jet
The JobServerConfigurationElement type exposes the following members.
| Name | Description | |
|---|---|---|
| JobServerConfigurationElement | Initializes a new instance of the JobServerConfigurationElement class |
| Name | Description | |
|---|---|---|
| ArchiveDirectory |
Gets or sets the local directory where archived jobs are stored.
| |
| BroadcastAddress |
Gets or sets the IP broadcast address to use when broadcasting task completion messages.
| |
| BroadcastPort |
Gets or sets the UDP port number to use when broadcasting task completion messages.
| |
| CurrentConfiguration | (Inherited from ConfigurationElement.) | |
| DataInputSchedulingMode |
Gets or sets the default scheduling mode for tasks that have data input.
| |
| ElementInformation | (Inherited from ConfigurationElement.) | |
| ElementProperty | (Inherited from ConfigurationElement.) | |
| EvaluationContext | (Inherited from ConfigurationElement.) | |
| HasContext | (Inherited from ConfigurationElement.) | |
| HostName |
Gets or sets the host name of the JobServer.
| |
| ItemConfigurationProperty | (Inherited from ConfigurationElement.) | |
| ItemString | (Inherited from ConfigurationElement.) | |
| JetDfsPath |
Gets or sets the DFS directory in which job configuration should be stored.
| |
| ListenIPv4AndIPv6 |
Gets or sets a value that indicates whether the server should listen on both IPv6 and IPv4.
| |
| LockAllAttributesExcept | (Inherited from ConfigurationElement.) | |
| LockAllElementsExcept | (Inherited from ConfigurationElement.) | |
| LockAttributes | (Inherited from ConfigurationElement.) | |
| LockElements | (Inherited from ConfigurationElement.) | |
| LockItem | (Inherited from ConfigurationElement.) | |
| MaxTaskAttempts |
Gets or sets the maximum number of times a task should be attempted if it encounters errors.
| |
| MaxTaskFailures |
Gets or sets the maximum number of task failures before a job fails.
| |
| NonDataInputSchedulingMode |
Gets or sets the default scheduling mode for tasks that do not have data input.
| |
| Port |
Gets or sets the port number on which the JobServer's RPC server listens.
| |
| Properties | (Inherited from ConfigurationElement.) | |
| Scheduler |
Gets or sets the assembly qualified type name of the scheduler to use for scheduling task.
| |
| SchedulingThreshold |
Gets or sets the percentage of tasks of the input channel's sending stage that need to be finished before a stage can be scheduled.
| |
| TaskServerSoftTimeout |
Gets or sets the timeout, in milliseconds, after which new tasks are not scheduled on a task server if it has not sent a heartbeat.
| |
| TaskServerTimeout |
Gets or sets the timeout, in milliseconds, after which a task server is declared dead if it has not sent a heartbeat.
|