public interface NodeInfo
Modifier and Type | Method and Description |
---|---|
long |
getCreatedFactHandles()
Returns the number of infered fact handles created in this node
|
long |
getFactMemorySize()
Returns the number of facts in the fact memory
|
int |
getId()
Returns this node ID
|
NetworkNode |
getNode()
Returns the actual node
|
RuleBasePartitionId |
getPartitionId()
Returns the partition ID this node belongs to
|
Set<RuleImpl> |
getRules()
Returns the set of rules this node belongs to
|
Collection<? extends NetworkNode> |
getSinkList() |
long |
getTupleMemorySize()
Returns the number of tuples in the tuple memory
|
boolean |
isMemoryEnabled()
Returns true if memory is enabled for this node
|
int getId()
RuleBasePartitionId getPartitionId()
NetworkNode getNode()
boolean isMemoryEnabled()
long getTupleMemorySize()
long getFactMemorySize()
long getCreatedFactHandles()
Collection<? extends NetworkNode> getSinkList()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.