public class ProcessingParameters extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProcessingParameters.ProcessingType
Class indicating the type of processing.
|
Constructor and Description |
---|
ProcessingParameters()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getnThreads()
Returns the number or threads to use.
|
ProcessingParameters.ProcessingType |
getProcessingType()
Returns the processing type.
|
void |
setnThreads(int nThreads)
Sets the number or threads to use.
|
void |
setProcessingType(ProcessingParameters.ProcessingType processingType)
Sets the processing type.
|
public int getnThreads()
public void setnThreads(int nThreads)
nThreads
- the number or threads to usepublic ProcessingParameters.ProcessingType getProcessingType()
public void setProcessingType(ProcessingParameters.ProcessingType processingType)
processingType
- the processing typeCopyright © 2021. All rights reserved.