public class ParallelRulesBuildThresholdOption extends Object implements SingleValueKnowledgeBuilderOption
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_NAME
The property name for the parallel rules build threshold option
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ParallelRulesBuildThresholdOption |
get(int parallelRulesBuildThreshold)
This is a factory method for this ParallelRulesBuildThresholdOption configuration.
|
int |
getParallelRulesBuildThreshold() |
String |
getPropertyName() |
int |
hashCode() |
public static final String PROPERTY_NAME
public static ParallelRulesBuildThresholdOption get(int parallelRulesBuildThreshold)
vale
- the value of the parallel rules build threshold to be configuredpublic String getPropertyName()
getPropertyName
in interface org.kie.api.conf.Option
public int getParallelRulesBuildThreshold()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.