public class SingleLeftTupleSinkAdapter extends AbstractLeftTupleSinkAdapter
| Modifier and Type | Field and Description |
|---|---|
protected LeftTupleSink |
sink |
partitionId| Constructor and Description |
|---|
SingleLeftTupleSinkAdapter() |
SingleLeftTupleSinkAdapter(RuleBasePartitionId partitionId,
LeftTupleSink sink) |
| Modifier and Type | Method and Description |
|---|---|
LeftTupleSinkNode |
getFirstLeftTupleSink() |
LeftTupleSinkNode |
getLastLeftTupleSink() |
BaseNode |
getMatchingNode(BaseNode candidate) |
LeftTupleSink[] |
getSinks() |
void |
readExternal(ObjectInput in) |
int |
size() |
void |
writeExternal(ObjectOutput out) |
getPartitionId, setPartitionIdprotected LeftTupleSink sink
public SingleLeftTupleSinkAdapter()
public SingleLeftTupleSinkAdapter(RuleBasePartitionId partitionId, LeftTupleSink sink)
public LeftTupleSink[] getSinks()
public LeftTupleSinkNode getFirstLeftTupleSink()
public LeftTupleSinkNode getLastLeftTupleSink()
public int size()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class AbstractLeftTupleSinkAdapterIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class AbstractLeftTupleSinkAdapterIOExceptionCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.