Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
org.drools.core.base | |
org.drools.core.common | |
org.drools.core.impl | |
org.drools.core.marshalling.impl | |
org.drools.core.time |
Modifier and Type | Class and Description |
---|---|
class |
SessionConfigurationImpl
SessionConfiguration
A class to store Session related configuration.
|
Modifier and Type | Method and Description |
---|---|
abstract SessionConfiguration |
SessionConfiguration.addDefaultProperties(Properties properties) |
static SessionConfiguration |
SessionConfiguration.newInstance() |
static SessionConfiguration |
SessionConfiguration.newInstance(Properties properties) |
Modifier and Type | Method and Description |
---|---|
SessionConfiguration |
WrappedStatefulKnowledgeSessionForRHS.getSessionConfiguration() |
Modifier and Type | Method and Description |
---|---|
SessionConfiguration |
InternalWorkingMemory.getSessionConfiguration() |
Modifier and Type | Method and Description |
---|---|
InternalWorkingMemory |
WorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
InternalWorkingMemory |
PhreakWorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
InternalWorkingMemory |
WorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
SessionConfiguration config,
org.kie.api.runtime.Environment environment) |
InternalWorkingMemory |
PhreakWorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
SessionConfiguration config,
org.kie.api.runtime.Environment environment) |
Modifier and Type | Field and Description |
---|---|
protected SessionConfiguration |
StatefulKnowledgeSessionImpl.config |
Modifier and Type | Method and Description |
---|---|
SessionConfiguration |
InternalKnowledgeBase.getSessionConfiguration() |
SessionConfiguration |
KnowledgeBaseImpl.getSessionConfiguration() |
SessionConfiguration |
StatefulKnowledgeSessionImpl.getSessionConfiguration() |
Modifier and Type | Method and Description |
---|---|
StatefulKnowledgeSessionImpl |
SessionsCache.getCachedSession(SessionConfiguration config) |
StatefulKnowledgeSessionImpl |
InternalKnowledgeBase.getCachedSession(SessionConfiguration config,
org.kie.api.runtime.Environment environment) |
StatefulKnowledgeSessionImpl |
KnowledgeBaseImpl.getCachedSession(SessionConfiguration config,
org.kie.api.runtime.Environment environment) |
protected void |
StatefulKnowledgeSessionImpl.init(SessionConfiguration config,
org.kie.api.runtime.Environment environment) |
Constructor and Description |
---|
RuleUnitExecutorSession(long id,
boolean initInitFactHandle,
SessionConfiguration config,
org.kie.api.runtime.Environment environment) |
RuleUnitExecutorSession(long id,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
StatefulKnowledgeSessionImpl(long id,
InternalKnowledgeBase kBase,
boolean initInitFactHandle,
SessionConfiguration config,
org.kie.api.runtime.Environment environment) |
StatefulKnowledgeSessionImpl(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
Modifier and Type | Method and Description |
---|---|
static StatefulKnowledgeSessionImpl |
ProtobufInputMarshaller.readSession(MarshallerReaderContext context,
int id,
org.kie.api.runtime.Environment environment,
SessionConfiguration config) |
static StatefulKnowledgeSessionImpl |
ProtobufInputMarshaller.readSession(MarshallerReaderContext context,
int id,
org.kie.api.runtime.Environment environment,
SessionConfiguration config,
KieSessionInitializer initializer) |
Modifier and Type | Method and Description |
---|---|
static TimerService |
TimerServiceFactory.getTimerService(SessionConfiguration config) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.