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, setPartitionId
protected 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 Externalizable
readExternal
in class AbstractLeftTupleSinkAdapter
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractLeftTupleSinkAdapter
IOException
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.