Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.view |
View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering.
|
Modifier and Type | Method and Description |
---|---|
ViewService |
StatementContextEngineServices.getViewService() |
ViewService |
StatementContext.getViewService()
Returns view svc.
|
ViewService |
EPServicesContext.getViewService()
Returns services for view creation, sharing and removal.
|
Constructor and Description |
---|
StatementContextEngineServices(java.lang.String engineURI,
EventAdapterService eventAdapterService,
NamedWindowService namedWindowService,
VariableService variableService,
EngineSettingsService engineSettingsService,
ValueAddEventService valueAddEventService,
ConfigurationInformation configSnapshot,
MetricReportingServiceSPI metricReportingService,
ViewService viewService,
ExceptionHandlingService exceptionHandlingService,
ExpressionResultCacheService expressionResultCacheService,
StatementEventTypeRef statementEventTypeRef) |
Modifier and Type | Class and Description |
---|---|
class |
ViewServiceImpl
Implementation of the view evaluation service business interface.
|
Modifier and Type | Method and Description |
---|---|
static ViewService |
ViewServiceProvider.newService()
Creates an implementation of the ViewService interface.
|