public class StatsMode extends Object implements ProcessingMode
| Constructor and Description | 
|---|
StatsMode()
Default constructor. 
 | 
StatsMode(boolean isParallel)
Constructs an instance with optional parallel processing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TableConsumer | 
createConsumer(Environment env)
Creates a TableConsumer, deriving any additional required
 configuration from a given environment. 
 | 
Parameter<?>[] | 
getAssociatedParameters()
Returns a list of any parameters which are associated with this mode. 
 | 
String | 
getDescription()
Returns a textual description of this processing mode. 
 | 
public StatsMode()
public StatsMode(boolean isParallel)
isParallel - whether statistics calculations are
                      done using multiple threadspublic Parameter<?>[] getAssociatedParameters()
ProcessingModegetAssociatedParameters in interface ProcessingModepublic String getDescription()
ProcessingModegetDescription in interface ProcessingModepublic TableConsumer createConsumer(Environment env)
ProcessingModecreateConsumer in interface ProcessingModeenv - execution environmentCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.