| Package | Description |
|---|---|
| org.wso2.siddhi.query.api.execution.query.input.stream |
| Modifier and Type | Method and Description |
|---|---|
JoinInputStream.EventTrigger |
JoinInputStream.getTrigger() |
static JoinInputStream.EventTrigger |
JoinInputStream.EventTrigger.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinInputStream.EventTrigger[] |
JoinInputStream.EventTrigger.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
InputStream.joinStream(SingleInputStream leftStream,
JoinInputStream.Type type,
SingleInputStream rightStream,
Constant within,
JoinInputStream.EventTrigger trigger) |
static InputStream |
InputStream.joinStream(SingleInputStream leftStream,
JoinInputStream.Type type,
SingleInputStream rightStream,
Expression onCompare,
Constant within,
JoinInputStream.EventTrigger trigger) |
static InputStream |
InputStream.joinStream(SingleInputStream leftStream,
JoinInputStream.Type type,
SingleInputStream rightStream,
Expression onCompare,
JoinInputStream.EventTrigger trigger) |
static InputStream |
InputStream.joinStream(SingleInputStream leftStream,
JoinInputStream.Type type,
SingleInputStream rightStream,
JoinInputStream.EventTrigger trigger) |
| Constructor and Description |
|---|
JoinInputStream(SingleInputStream leftInputStream,
JoinInputStream.Type type,
SingleInputStream rightInputStream,
Expression onCompare,
Constant within,
JoinInputStream.EventTrigger trigger) |
Copyright © 2025 WSO2. All Rights Reserved.