public abstract class AbstractLeftTupleSinkAdapter extends Object implements LeftTupleSinkPropagator
Modifier and Type | Field and Description |
---|---|
protected RuleBasePartitionId |
partitionId |
Modifier | Constructor and Description |
---|---|
protected |
AbstractLeftTupleSinkAdapter(RuleBasePartitionId partitionId) |
Modifier and Type | Method and Description |
---|---|
RuleBasePartitionId |
getPartitionId()
Returns the partition to which this propagator belongs to
|
void |
readExternal(ObjectInput in) |
void |
setPartitionId(RuleBasePartitionId partitionId)
Sets the partition to which this propagator belongs to
|
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
byPassModifyToBetaNode, createAndPropagateAssertLeftTuple, createChildLeftTuplesforQuery, doPropagateAssertLeftTuple, getFirstLeftTupleSink, getLastLeftTupleSink, getMatchingNode, getSinks, propagateAssertLeftTuple, propagateAssertLeftTuple, propagateModifyChildLeftTuple, propagateModifyChildLeftTuple, propagateModifyChildLeftTuple, propagateModifyObject, propagateRetractChildLeftTuple, propagateRetractChildLeftTuple, propagateRetractLeftTuple, propagateRetractLeftTupleDestroyRightTuple, propagateRetractRightTuple, size
protected RuleBasePartitionId partitionId
protected AbstractLeftTupleSinkAdapter(RuleBasePartitionId partitionId)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public RuleBasePartitionId getPartitionId()
public void setPartitionId(RuleBasePartitionId partitionId)
partitionId
- Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.