public class JoinInputStream extends InputStream
| Modifier and Type | Class and Description |
|---|---|
static class |
JoinInputStream.EventTrigger
Different triggers to start joining process
|
static class |
JoinInputStream.Type
Different join types
|
| Constructor and Description |
|---|
JoinInputStream(SingleInputStream leftInputStream,
JoinInputStream.Type type,
SingleInputStream rightInputStream,
Expression onCompare,
JoinInputStream.EventTrigger trigger,
Within within,
Expression per) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getAllStreamIds() |
InputStream |
getLeftInputStream() |
Expression |
getOnCompare() |
Expression |
getPer() |
InputStream |
getRightInputStream() |
JoinInputStream.EventTrigger |
getTrigger() |
JoinInputStream.Type |
getType() |
List<String> |
getUniqueStreamIds() |
Within |
getWithin() |
int |
hashCode() |
String |
toString() |
faultStream, faultStream, getQueryContextEndIndex, getQueryContextStartIndex, innerStream, innerStream, joinStream, joinStream, joinStream, joinStream, joinStream, joinStream, joinStream, joinStream, patternStream, patternStream, sequenceStream, sequenceStream, setQueryContextEndIndex, setQueryContextStartIndex, stream, stream, streampublic JoinInputStream(SingleInputStream leftInputStream, JoinInputStream.Type type, SingleInputStream rightInputStream, Expression onCompare, JoinInputStream.EventTrigger trigger, Within within, Expression per)
public InputStream getLeftInputStream()
public JoinInputStream.Type getType()
public InputStream getRightInputStream()
public Expression getOnCompare()
public JoinInputStream.EventTrigger getTrigger()
public Within getWithin()
public Expression getPer()
public List<String> getAllStreamIds()
getAllStreamIds in class InputStreampublic List<String> getUniqueStreamIds()
getUniqueStreamIds in class InputStreamCopyright © 2019. All rights reserved.