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, setPartitionIdpublic static final EmptyLeftTupleSinkAdapter getInstance()
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 AbstractLeftTupleSinkAdapterIOExceptionpublic LeftTupleSink[] getSinks()
public LeftTupleSinkNode getFirstLeftTupleSink()
public LeftTupleSinkNode getLastLeftTupleSink()
public int size()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.