public class EmptyLeftTupleSinkAdapter extends AbstractLeftTupleSinkAdapter
partitionId
Constructor and Description |
---|
EmptyLeftTupleSinkAdapter() |
Modifier and Type | Method and Description |
---|---|
LeftTupleSinkNode |
getFirstLeftTupleSink() |
static EmptyLeftTupleSinkAdapter |
getInstance() |
LeftTupleSinkNode |
getLastLeftTupleSink() |
BaseNode |
getMatchingNode(BaseNode candidate) |
LeftTupleSink[] |
getSinks() |
void |
readExternal(ObjectInput in) |
int |
size() |
void |
writeExternal(ObjectOutput out) |
getPartitionId, setPartitionId
public static final EmptyLeftTupleSinkAdapter getInstance()
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
public LeftTupleSink[] getSinks()
public LeftTupleSinkNode getFirstLeftTupleSink()
public LeftTupleSinkNode getLastLeftTupleSink()
public int size()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.