public static final class CalcConfig.Performance extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
collapseMfds
Whether to collapse/combine magnitude-frequency distributions, or not.
|
boolean |
optimizeGrids
Whether to optimize grid source sets, or not.
|
int |
systemPartition
The partition or batch size to use when distributing
SourceType.SYSTEM calculations. |
ThreadCount |
threadCount
The number of threads to use when distributing calculations.
|
public final boolean optimizeGrids
Default: true
public final boolean collapseMfds
Default: true
public final int systemPartition
SourceType.SYSTEM calculations.
Default: 1000
public final ThreadCount threadCount
Default: ThreadCount.ALL