Package org.kie.api.conf
Class SessionsPoolOption
java.lang.Object
org.kie.api.conf.SessionsPoolOption
- All Implemented Interfaces:
Serializable,KieBaseOption,Option,SingleValueKieBaseOption,SingleValueOption,SingleValueRuleBaseOption
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic OptionKeystatic final SessionsPoolOptionstatic final StringFields inherited from interface org.kie.api.conf.SingleValueRuleBaseOption
TYPE -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SessionsPoolOptionget(int size) intgetSize()Returns the size of the session poolinthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kie.api.conf.Option
propertyNameMethods inherited from interface org.kie.api.conf.SingleValueRuleBaseOption
type
-
Field Details
-
PROPERTY_NAME
- See Also:
-
KEY
-
NO
-
-
Method Details
-
get
-
getPropertyName
- Specified by:
getPropertyNamein interfaceOption- Returns:
- the property name for this option
-
getSize
public int getSize()Returns the size of the session pool- Returns:
-
hashCode
public int hashCode() -
equals
-
toString
-