public interface EPFireAndForgetPreparedQuery
Modifier and Type | Method and Description |
---|---|
EPFireAndForgetQueryResult |
execute()
Execute the prepared query returning query results.
|
EPFireAndForgetQueryResult |
execute(ContextPartitionSelector[] contextPartitionSelectors)
For use with named windows that have a context declared and that may therefore have multiple context partitions,
allows to target context partitions for query execution selectively.
|
EventType |
getEventType()
Returns the event type, representing the columns of the select-clause.
|
EPFireAndForgetQueryResult execute()
EPFireAndForgetQueryResult execute(ContextPartitionSelector[] contextPartitionSelectors)
contextPartitionSelectors
- selects context partitions to considerEventType getEventType()
Copyright © 2005–2018. All rights reserved.