Class ProcessorConfiguration
- java.lang.Object
-
- eu.xenit.alfresco.healthprocessor.processing.ProcessorConfiguration
-
public class ProcessorConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProcessorConfiguration(boolean singleTenant, int nodeBatchSize, double maxBatchesPerSecond, boolean readOnly, java.lang.String runAsUser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getMaxBatchesPerSecond()
int
getNodeBatchSize()
java.lang.String
getRunAsUser()
boolean
isReadOnly()
boolean
isSingleTenant()
-