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() |
getQueryContextEndIndex, getQueryContextStartIndex, innerStream, innerStream, joinStream, joinStream, joinStream, joinStream, joinStream, joinStream, joinStream, joinStream, patternStream, sequenceStream, setQueryContextEndIndex, setQueryContextStartIndex, stream, stream, stream
public 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 InputStream
public List<String> getUniqueStreamIds()
getUniqueStreamIds
in class InputStream
Copyright © 2018 WSO2. All rights reserved.