Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Class and Description |
---|---|
class |
EPServiceProviderImpl
Service provider encapsulates the engine's services for runtime and administration interfaces.
|
Modifier and Type | Method and Description |
---|---|
EPServiceProviderSPI |
Configurator.configure(ConfiguratorContext context,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
Map<String,EPServiceProviderSPI> |
ConfiguratorContext.getRuntimes() |
Modifier and Type | Method and Description |
---|---|
void |
StatementResultServiceImpl.setContext(EPStatementSPI epStatement,
EPServiceProviderSPI epServiceProvider,
boolean isInsertInto,
boolean isPattern,
boolean isDistinct,
boolean isForClause,
StatementMetricHandle statementMetricHandle) |
void |
StatementResultService.setContext(EPStatementSPI epStatement,
EPServiceProviderSPI epServiceProvider,
boolean isInsertInto,
boolean isPattern,
boolean isDistinct,
boolean isForClause,
StatementMetricHandle statementMetricHandle)
For initialization of the service to provide statement context.
|
void |
StatementResultListener.update(EventBean[] newEvents,
EventBean[] oldEvents,
String statementName,
EPStatementSPI statement,
EPServiceProviderSPI epServiceProvider)
Provide statement result.
|
Constructor and Description |
---|
ConfiguratorContext(String engineURI,
Map<String,EPServiceProviderSPI> runtimes) |
EPServiceProviderImpl(Configuration configuration,
String engineURI,
Map<String,EPServiceProviderSPI> runtimes)
Constructor - initializes services.
|
Modifier and Type | Method and Description |
---|---|
static void |
StatementSelectionUtil.applyExpressionToStatements(EPServiceProviderSPI engine,
String filter,
BiConsumer<EPServiceProvider,EPStatement> consumer) |
static Pair<ExprNode,String> |
StatementSelectionUtil.compileValidateStatementFilterExpr(EPServiceProviderSPI engine,
String filterExpression) |