|
||||||||||
| 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 |
AbstractWorkingMemory.getNodeMemory(NodeMemory node)
Retrieve the JoinMemory for a particular
JoinNode. |
Memory |
NodeMemories.getNodeMemory(NodeMemory node)
|
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 |
ConditionalBranchNode.ConditionalBranchMemory
|
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
|
static class |
WindowNode.WindowMemory
|
| Methods in org.drools.reteoo that return Memory | |
|---|---|
Memory |
WindowNode.createMemory(RuleBaseConfiguration config)
Creates the WindowNode's memory. |
Memory |
QueryElementNode.createMemory(RuleBaseConfiguration config)
|
Memory |
EvalConditionNode.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 |
BetaNode.createMemory(RuleBaseConfiguration config)
|
Memory |
ConditionalBranchNode.createMemory(RuleBaseConfiguration config)
|
Memory |
AccumulateNode.createMemory(RuleBaseConfiguration config)
Creates a BetaMemory for the BetaNode's memory. |
Memory |
PropagationQueuingNode.createMemory(RuleBaseConfiguration config)
|
Memory |
RightInputAdapterNode.createMemory(RuleBaseConfiguration config)
Creates and return the node memory |
Memory |
FromNode.createMemory(RuleBaseConfiguration config)
|
Memory |
DisposedReteooWorkingMemory.getNodeMemory(NodeMemory node)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||