Click or drag to resize

moduleIterationRecord Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.crawler.modules.performance.moduleIterationRecord"]

Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbWEM.Core.crawler.modules.performancefrontierEntryCommonBase
        imbWEM.Core.crawler.modules.performancemoduleIterationRecord

Namespace:  imbWEM.Core.crawler.modules.performance
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
[imbAttribute(imbAttributeName.reporting_categoryOrder, "report,execution,input,workload,distribution,flush,output,result")]
public class moduleIterationRecord : frontierEntryCommonBase

The moduleIterationRecord type exposes the following members.

Constructors
  NameDescription
Public methodmoduleIterationRecord
Initializes a new instance of the moduleIterationRecord class
Top
Properties
  NameDescription
Public propertyaccumulated
Public propertyaccumulation
Public propertyage
Public propertycyclers
Public propertycyclersAge
Public propertydrain
Public propertyduration
How long it took for this module to process the targets, in seconds
Public propertyevaluationCertainty
Public propertyinputPotentialPrecission
Public propertyinputTargets
Number of targets module received
Public propertyiteration (Inherited from frontierEntryCommonBase.)
Public propertyname (Inherited from frontierEntryCommonBase.)
Public propertyoutput
Public propertyoutputPotentialPrecission
Ratio
Public propertyPotChangeIP
Public propertypotentialLoadTakePrecission
Public propertypotentialPrecissionChange
Public propertyPotInputIP
Public propertyPotOutputIP
Public propertyprimaryLayerForOutput
Public propertyprimaryLayerInproperDistribution
Public propertyprimaryLayerTargetAge
Public propertyprimaryLayerTargets
Public propertyprocessed
Number of targets processed by this module so far
Public propertyrankingEffects
Public propertyrecyclers
Public propertyReduction
Percentage of input targets that the module took out in this iteration (output / input) - i.e. amount of work reduction, only pozitive value is allowed
Public propertyreserveLayerForOutput
how many times the module drained the reserve layer for output
Public propertyreserveLayerInproperDistribution
Public propertyreserveLayerTargetAge
Public propertyreserveLayerTargets
Public propertyrowsAggregated (Inherited from frontierEntryCommonBase.)
Public propertysecondaryLayerForOutput
how many times the module forwarder targets from the secondary layer
Public propertysecondaryLayerInproperDistribution
Public propertysecondaryLayerTargetAge
Public propertysecondaryLayerTargets
Public propertysingleTargetOutput
How many times this module forwarded only one target
Public propertystart (Inherited from frontierEntryCommonBase.)
Public propertytargets
Number of targets module received
Top
Methods
  NameDescription
Public methoddisposeResources
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodOnPropertyChanged
Called when a property is changed.
(Inherited from dataBindableBase.)
Public methodreportEvaluateAlterRanking
Public methodreportEvaluateEnd
Public methodreportEvaluateStart
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from dataBindableBase.)
Top
See Also