public class PermGenThresholdOption extends Object implements org.kie.api.conf.SingleValueKieBaseOption
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_VALUE
The defualt value for this option
|
static String |
PROPERTY_NAME
The property name for the default DIALECT
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static PermGenThresholdOption |
get(int threshold)
This is a factory method for this PermGen Threshold configuration.
|
String |
getPropertyName() |
int |
getThreshold()
Returns the threshold value for PermGen
|
int |
hashCode() |
public static final String PROPERTY_NAME
public static final int DEFAULT_VALUE
public static PermGenThresholdOption get(int threshold)
threshold
- the threshold value for the PermGen optionpublic String getPropertyName()
getPropertyName
in interface org.kie.api.conf.Option
public int getThreshold()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.