Click or drag to resize

CrawlerJobEngineConfiguration Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Variables controling crawl job execution process, multi-threading, and monitoring features of the Crawl Job Engine
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbWEM.Core.settingsCrawlerJobEngineConfiguration

Namespace:  imbWEM.Core.settings
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public class CrawlerJobEngineConfiguration : imbBindable

The CrawlerJobEngineConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodCrawlerJobEngineConfiguration
Initializes a new instance of the CrawlerJobEngineConfiguration class
Top
Properties
  NameDescription
Public propertyCPULimit
On what CPU utilization level it should reduce TC_max
Public propertyCPUMargin
CPU rate tolerance for the adjustment
Public propertyCPUSampleForAutoAdjust
On what number of samples automatic TC_max should be based
Public propertyCPUSampleForAutoAdjustMax
Maximal number of sample takes to consider for trend estimationx
Public propertyCPUTarget
What is CPU utilization target ratio - for TC_max auto adjustment
Public propertycrawlerDomainCheckTickMs
Miliseconds between two status checks of multithreading operation status
Public propertycrawlerDoParallelTaskLoads
Enables Parallel.ForEach execution of WebLoader Tasks
Public propertydoAutoAdjustTC
It will automatically increase TC_max parameter if CPU utilization lower then set
Public propertydoDLCMulticoreOprimization
It will try to push CPU utilization by adjusting LT
Public propertydomainCountDoneForGC
Description of $property$
Public propertydoRandomizeSampleOrder
If true it will reorder the sample list before job run using random number generator
Public propertydoRandomizeSampleTake
If true and in cases where sample size limit is smaller than sample source list - it will take sample entries randomly
Public propertydoTaskTimeOutPrevention
It will try to prevent task timeout by pushing threads priorities to improve its progress
Public propertyloadCountForGC
Number of web loader loads to trigger Garbage Collection - memory clean up
Public propertyTCAutoLimit
Maximum TC for autoadjustment
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodprepare
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
See Also