public abstract class AbstractLeftTupleSinkAdapter extends Object implements LeftTupleSinkPropagator
| Modifier and Type | Field and Description |
|---|---|
protected RuleBasePartitionId |
partitionId |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLeftTupleSinkAdapter() |
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, waitgetFirstLeftTupleSink, getLastLeftTupleSink, getMatchingNode, getSinks, sizeprotected RuleBasePartitionId partitionId
protected AbstractLeftTupleSinkAdapter(RuleBasePartitionId partitionId)
protected AbstractLeftTupleSinkAdapter()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic RuleBasePartitionId getPartitionId()
public void setPartitionId(RuleBasePartitionId partitionId)
partitionId - Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.