public class MemoryIdentityIndexer extends IdentityIndexer
SpecializedProjectionIndexer.ListenerSubscription
Modifier and Type | Field and Description |
---|---|
protected java.util.Collection<Tuple> |
memory |
activeNode, sharedSubscriptionList
mask, originalListeners, parent, proxyListeners
nodeId, reteContainer, tag, traceInfos
Constructor and Description |
---|
MemoryIdentityIndexer(ReteContainer reteContainer,
int tupleWidth,
java.util.Collection<Tuple> memory,
Supplier parent,
Receiver activeNode,
java.util.List<SpecializedProjectionIndexer.ListenerSubscription> sharedSubscriptionList) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<Tuple> |
getTuples() |
contains, get, getBucketCount, getSignatures, iterator, propagateToListener
attachListener, detachListener, getActiveNode, propagate
assignTraceInfo, getContainer, getListeners, getMask, getParent, networkStructureChanged, toStringCore
acceptPropagatedTraceInfo, getNodeId, getTag, getTraceInfoPatternsEnumerated, getTraceInfos, setTag, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getListeners, getMask, getParent, getWithTimestamp
acceptPropagatedTraceInfo, assignTraceInfo, getCommunicationTracker, getContainer, getNodeId, getTag, getTraceInfos, setTag
protected final java.util.Collection<Tuple> memory
public MemoryIdentityIndexer(ReteContainer reteContainer, int tupleWidth, java.util.Collection<Tuple> memory, Supplier parent, Receiver activeNode, java.util.List<SpecializedProjectionIndexer.ListenerSubscription> sharedSubscriptionList)
reteContainer
- tupleWidth
- the width of the tuples of memoryNodememory
- the memory whose contents are to be identity-indexedparent
- the parent node that owns the memoryprotected java.util.Collection<Tuple> getTuples()
getTuples
in class IdentityIndexer