public class KieBaseConfigurationMonitor extends Object implements org.kie.api.management.KieBaseConfigurationMonitorMBean
Constructor and Description |
---|
KieBaseConfigurationMonitor(RuleBaseConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
int |
getAlphaNodeHashingThreshold() |
String |
getAssertBehaviour() |
int |
getCompositeKeyDepth() |
String |
getEventProcessingMode() |
int |
getMaxThreads() |
String |
getSequentialAgenda() |
boolean |
isAdvancedProcessRuleIntegration() |
boolean |
isIndexLeftBetaMemory() |
boolean |
isIndexRightBetaMemory() |
boolean |
isMaintainTms() |
boolean |
isMBeansEnabled() |
boolean |
isMultithreadEvaluation() |
boolean |
isRemoveIdentities() |
boolean |
isSequential() |
boolean |
isShareAlphaNodes() |
boolean |
isShareBetaNodes() |
public KieBaseConfigurationMonitor(RuleBaseConfiguration conf)
public int getAlphaNodeHashingThreshold()
getAlphaNodeHashingThreshold
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
public String getAssertBehaviour()
getAssertBehaviour
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
public int getCompositeKeyDepth()
getCompositeKeyDepth
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
public String getEventProcessingMode()
getEventProcessingMode
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
public int getMaxThreads()
getMaxThreads
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
public String getSequentialAgenda()
getSequentialAgenda
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
public boolean isAdvancedProcessRuleIntegration()
isAdvancedProcessRuleIntegration
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
public boolean isIndexLeftBetaMemory()
isIndexLeftBetaMemory
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
public boolean isIndexRightBetaMemory()
isIndexRightBetaMemory
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
public boolean isMaintainTms()
isMaintainTms
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
public boolean isMBeansEnabled()
isMBeansEnabled
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
public boolean isMultithreadEvaluation()
isMultithreadEvaluation
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
public boolean isRemoveIdentities()
isRemoveIdentities
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
public boolean isSequential()
isSequential
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
public boolean isShareAlphaNodes()
isShareAlphaNodes
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
public boolean isShareBetaNodes()
isShareBetaNodes
in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.