ParallelAnalysisConfig class
Configuration for parallel analysis.
Constructors
- ParallelAnalysisConfig({int maxConcurrency = 4, int chunkSize = 50, MetricsThresholds thresholds = const MetricsThresholds()})
-
const
Properties
- chunkSize → int
-
Number of files to process before yielding to GC.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxConcurrency → int
-
Maximum number of concurrent file analyses.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thresholds → MetricsThresholds
-
Metrics thresholds for violation detection.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited