Modifier and Type | Method and Description |
---|---|
SiddhiApp |
SiddhiApp.addQuery(Query query) |
Modifier and Type | Method and Description |
---|---|
List<Query> |
Partition.getQueryList() |
Modifier and Type | Method and Description |
---|---|
Partition |
Partition.addQuery(Query query) |
Modifier and Type | Method and Description |
---|---|
Query |
Query.annotation(Annotation annotation) |
Query |
Query.from(InputStream inputStream) |
Query |
Query.insertInto(String outputStreamId) |
Query |
Query.insertInto(String outputStreamId,
OutputStream.OutputEventType outputEventType) |
Query |
Query.insertIntoInner(String outputStreamId) |
Query |
Query.insertIntoInner(String outputStreamId,
OutputStream.OutputEventType outputEventType) |
Query |
Query.outStream(OutputStream outputStream) |
static Query |
Query.query() |
Query |
Query.returns() |
Query |
Query.returns(OutputStream.OutputEventType outputEventType) |
Query |
Query.select(Selector selector) |
Modifier and Type | Method and Description |
---|---|
Query |
AnonymousInputStream.getQuery() |
Modifier and Type | Method and Description |
---|---|
static SingleInputStream |
InputStream.stream(Query query) |
Constructor and Description |
---|
AnonymousInputStream(Query query) |
Copyright © 2018 WSO2. All rights reserved.