Package org.kie.api.management
Interface KieBaseConfigurationMonitorMBean
- 
public interface KieBaseConfigurationMonitorMBean 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description intgetAlphaNodeHashingThreshold()Deprecated.StringgetAssertBehaviour()intgetCompositeKeyDepth()Deprecated.StringgetEventProcessingMode()intgetMaxThreads()Deprecated.StringgetSequentialAgenda()Deprecated.booleanisAdvancedProcessRuleIntegration()booleanisIndexLeftBetaMemory()Deprecated.booleanisIndexRightBetaMemory()Deprecated.booleanisMaintainTms()Deprecated.booleanisMBeansEnabled()booleanisMultithreadEvaluation()Deprecated.booleanisRemoveIdentities()booleanisSequential()Deprecated.booleanisShareAlphaNodes()Deprecated.booleanisShareBetaNodes()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getAlphaNodeHashingThreshold
@Deprecated int getAlphaNodeHashingThreshold()
Deprecated. 
- 
getAssertBehaviour
String getAssertBehaviour()
 
- 
getCompositeKeyDepth
@Deprecated int getCompositeKeyDepth()
Deprecated. 
- 
getEventProcessingMode
String getEventProcessingMode()
 
- 
getMaxThreads
@Deprecated int getMaxThreads()
Deprecated. 
- 
getSequentialAgenda
@Deprecated String getSequentialAgenda()
Deprecated. 
- 
isAdvancedProcessRuleIntegration
boolean isAdvancedProcessRuleIntegration()
 
- 
isIndexLeftBetaMemory
@Deprecated boolean isIndexLeftBetaMemory()
Deprecated. 
- 
isIndexRightBetaMemory
@Deprecated boolean isIndexRightBetaMemory()
Deprecated. 
- 
isMaintainTms
@Deprecated boolean isMaintainTms()
Deprecated. 
- 
isMBeansEnabled
boolean isMBeansEnabled()
 
- 
isMultithreadEvaluation
@Deprecated boolean isMultithreadEvaluation()
Deprecated. 
- 
isRemoveIdentities
boolean isRemoveIdentities()
 
- 
isSequential
@Deprecated boolean isSequential()
Deprecated. 
- 
isShareAlphaNodes
@Deprecated boolean isShareAlphaNodes()
Deprecated. 
- 
isShareBetaNodes
@Deprecated boolean isShareBetaNodes()
Deprecated. 
 - 
 
 -