|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JoinStream.Type | |
|---|---|
| org.wso2.siddhi.query.api | |
| org.wso2.siddhi.query.api.query.input | |
| Uses of JoinStream.Type in org.wso2.siddhi.query.api |
|---|
| Methods in org.wso2.siddhi.query.api with parameters of type JoinStream.Type | |
|---|---|
static Stream |
QueryFactory.joinStream(SingleStream leftStream,
JoinStream.Type type,
SingleStream rightStream)
|
static Stream |
QueryFactory.joinStream(SingleStream leftStream,
JoinStream.Type type,
SingleStream rightStream,
Condition onCompare)
|
static Stream |
QueryFactory.joinStream(SingleStream leftStream,
JoinStream.Type type,
SingleStream rightStream,
Condition onCompare,
Constant within)
|
static Stream |
QueryFactory.joinStream(SingleStream leftStream,
JoinStream.Type type,
SingleStream rightStream,
Condition onCompare,
Constant within,
JoinStream.EventTrigger trigger)
|
static Stream |
QueryFactory.joinStream(SingleStream leftStream,
JoinStream.Type type,
SingleStream rightStream,
Constant within)
|
| Uses of JoinStream.Type in org.wso2.siddhi.query.api.query.input |
|---|
| Methods in org.wso2.siddhi.query.api.query.input that return JoinStream.Type | |
|---|---|
JoinStream.Type |
JoinStream.getType()
|
static JoinStream.Type |
JoinStream.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JoinStream.Type[] |
JoinStream.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.wso2.siddhi.query.api.query.input with parameters of type JoinStream.Type | |
|---|---|
JoinStream(Stream leftStream,
JoinStream.Type type,
Stream rightStream,
Condition onCompare,
Constant within,
JoinStream.EventTrigger trigger)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||