|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Memory | |
---|---|
org.drools.common | |
org.drools.reteoo |
Uses of Memory in org.drools.common |
---|
Methods in org.drools.common that return Memory | |
---|---|
Memory |
NodeMemory.createMemory(RuleBaseConfiguration config)
|
Memory |
InternalWorkingMemory.getNodeMemory(NodeMemory node)
|
Memory |
NodeMemories.getNodeMemory(NodeMemory node)
|
Memory |
AbstractWorkingMemory.getNodeMemory(NodeMemory node)
Retrieve the JoinMemory for a particular
JoinNode . |
Memory |
ConcurrentNodeMemories.getNodeMemory(NodeMemory node)
|
Memory |
NodeMemories.peekNodeMemory(int nodeId)
Peeks at the content of the node memory for the given node ID. |
Memory |
ConcurrentNodeMemories.peekNodeMemory(int nodeId)
|
Uses of Memory in org.drools.reteoo |
---|
Classes in org.drools.reteoo that implement Memory | |
---|---|
static class |
AccumulateNode.AccumulateMemory
|
static class |
AlphaNode.AlphaMemory
|
class |
BetaMemory
|
static class |
EvalConditionNode.EvalMemory
|
static class |
FromNode.FromMemory
|
static class |
ObjectTypeNode.ObjectTypeNodeMemory
|
static class |
PropagationQueuingNode.PropagationQueueingNodeMemory
Memory implementation for the node |
static class |
QueryElementNode.QueryElementNodeMemory
|
static class |
RightInputAdapterNode.RIAMemory
|
Methods in org.drools.reteoo that return Memory | |
---|---|
Memory |
RightInputAdapterNode.createMemory(RuleBaseConfiguration config)
Creates and return the node memory |
Memory |
QueryElementNode.createMemory(RuleBaseConfiguration config)
|
Memory |
FromNode.createMemory(RuleBaseConfiguration config)
|
Memory |
ObjectTypeNode.createMemory(RuleBaseConfiguration config)
Creates memory for the node using PrimitiveLongMap as its optimised for storage and reteivals of Longs. |
Memory |
AlphaNode.createMemory(RuleBaseConfiguration config)
Creates a HashSet for the AlphaNode's memory. |
Memory |
ExistsNode.createMemory(RuleBaseConfiguration config)
|
Memory |
AccumulateNode.createMemory(RuleBaseConfiguration config)
Creates a BetaMemory for the BetaNode's memory. |
Memory |
ElseNode.createMemory(RuleBaseConfiguration config)
|
Memory |
EvalConditionNode.createMemory(RuleBaseConfiguration config)
|
Memory |
PropagationQueuingNode.createMemory(RuleBaseConfiguration config)
|
Memory |
JoinNode.createMemory(RuleBaseConfiguration config)
|
Memory |
NotNode.createMemory(RuleBaseConfiguration config)
|
protected Memory |
BetaNode.createMemory(RuleBaseConfiguration config,
short nodeType)
Creates a BetaMemory for the BetaNode's memory. |
Memory |
DisposedReteooWorkingMemory.getNodeMemory(NodeMemory node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |