|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.EPPreparedQueryImpl
public class EPPreparedQueryImpl
Provides prepared query functionality.
Constructor Summary | |
---|---|
EPPreparedQueryImpl(EPPreparedExecuteMethod executeMethod,
java.lang.String epl)
Ctor. |
Method Summary | |
---|---|
EPOnDemandQueryResult |
execute()
Execute the prepared query returning query results. |
EPOnDemandQueryResult |
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. |
EPPreparedExecuteMethod |
getExecuteMethod()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPPreparedQueryImpl(EPPreparedExecuteMethod executeMethod, java.lang.String epl)
executeMethod
- used at execution time to obtain query resultsepl
- is the EPL to executeMethod Detail |
---|
public EPOnDemandQueryResult execute()
EPOnDemandPreparedQuery
execute
in interface EPOnDemandPreparedQuery
public EPOnDemandQueryResult execute(ContextPartitionSelector[] contextPartitionSelectors)
EPOnDemandPreparedQuery
execute
in interface EPOnDemandPreparedQuery
contextPartitionSelectors
- selects context partitions to consider
public EPPreparedExecuteMethod getExecuteMethod()
getExecuteMethod
in interface EPOnDemandPreparedQuerySPI
public EventType getEventType()
EPOnDemandPreparedQuery
getEventType
in interface EPOnDemandPreparedQuery
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |