public interface EPFireAndForgetService
Compile queries use the compile-query methods of the compiler.
Modifier and Type | Method and Description |
---|---|
com.espertech.esper.common.client.fireandforget.EPFireAndForgetQueryResult |
executeQuery(com.espertech.esper.common.client.EPCompiled compiled)
Execute a fire-and-forget query.
|
com.espertech.esper.common.client.fireandforget.EPFireAndForgetQueryResult |
executeQuery(com.espertech.esper.common.client.EPCompiled compiled,
com.espertech.esper.common.client.context.ContextPartitionSelector[] selectors)
Execute a fire-and-forget query for use with named windows and tables that have a context declared and that may therefore have multiple context partitions,
allows to target context partitions for query execution selectively.
|
com.espertech.esper.common.client.fireandforget.EPFireAndForgetQueryResult |
executeQuery(com.espertech.esper.common.client.fireandforget.EPFireAndForgetPreparedQueryParameterized parameterizedQuery)
Execute a fire-and-forget parameterized query.
|
com.espertech.esper.common.client.fireandforget.EPFireAndForgetQueryResult |
executeQuery(com.espertech.esper.common.client.fireandforget.EPFireAndForgetPreparedQueryParameterized parameterizedQuery,
com.espertech.esper.common.client.context.ContextPartitionSelector[] selectors)
Execute a fire-and-forget parameterized query.
|
com.espertech.esper.common.client.fireandforget.EPFireAndForgetPreparedQuery |
prepareQuery(com.espertech.esper.common.client.EPCompiled compiled)
Prepare an unparameterized fire-and-forget query before execution and for repeated execution.
|
com.espertech.esper.common.client.fireandforget.EPFireAndForgetPreparedQueryParameterized |
prepareQueryWithParameters(com.espertech.esper.common.client.EPCompiled compiled)
Prepare a parameterized fire-and-forget query for repeated parameter setting and execution.
|
com.espertech.esper.common.client.fireandforget.EPFireAndForgetQueryResult executeQuery(com.espertech.esper.common.client.EPCompiled compiled)
compiled
- is the compiled EPL query to executecom.espertech.esper.common.client.fireandforget.EPFireAndForgetQueryResult executeQuery(com.espertech.esper.common.client.EPCompiled compiled, com.espertech.esper.common.client.context.ContextPartitionSelector[] selectors)
compiled
- is the compiled EPL query to executeselectors
- selects context partitions to considercom.espertech.esper.common.client.fireandforget.EPFireAndForgetPreparedQuery prepareQuery(com.espertech.esper.common.client.EPCompiled compiled)
compiled
- is the compiled EPL query to preparecom.espertech.esper.common.client.fireandforget.EPFireAndForgetPreparedQueryParameterized prepareQueryWithParameters(com.espertech.esper.common.client.EPCompiled compiled)
executeQuery(EPFireAndForgetPreparedQueryParameterized)
.compiled
- is the compiled EPL query to preparecom.espertech.esper.common.client.fireandforget.EPFireAndForgetQueryResult executeQuery(com.espertech.esper.common.client.fireandforget.EPFireAndForgetPreparedQueryParameterized parameterizedQuery)
parameterizedQuery
- contains the query and parameter valuescom.espertech.esper.common.client.fireandforget.EPFireAndForgetQueryResult executeQuery(com.espertech.esper.common.client.fireandforget.EPFireAndForgetPreparedQueryParameterized parameterizedQuery, com.espertech.esper.common.client.context.ContextPartitionSelector[] selectors)
parameterizedQuery
- contains the query and parameter valuesselectors
- selects context partitions to considerCopyright © 2005–2018. All rights reserved.