Interface EPServicesEvaluation
- All Known Implementing Classes:
EPServicesContext
,StageSpecificServices
public interface EPServicesEvaluation
-
Method Summary
Modifier and TypeMethodDescriptioncom.espertech.esper.common.internal.util.ManagedReadWriteLock
com.espertech.esper.common.internal.event.core.EventTypeResolvingBeanFactory
com.espertech.esper.common.internal.settings.ExceptionHandlingService
com.espertech.esper.common.internal.filtersvc.FilterService
com.espertech.esper.common.internal.context.util.InternalEventRouteDest
com.espertech.esper.common.internal.metrics.stmtmetrics.MetricReportingService
com.espertech.esper.common.internal.schedule.SchedulingService
com.espertech.esper.common.internal.epl.table.core.TableExprEvaluatorContext
com.espertech.esper.common.internal.epl.variable.core.VariableManagementService
-
Method Details
-
getFilterService
com.espertech.esper.common.internal.filtersvc.FilterService getFilterService() -
getEventProcessingRWLock
com.espertech.esper.common.internal.util.ManagedReadWriteLock getEventProcessingRWLock() -
getMetricReportingService
com.espertech.esper.common.internal.metrics.stmtmetrics.MetricReportingService getMetricReportingService() -
getSchedulingService
com.espertech.esper.common.internal.schedule.SchedulingService getSchedulingService() -
getVariableManagementService
com.espertech.esper.common.internal.epl.variable.core.VariableManagementService getVariableManagementService() -
getExceptionHandlingService
com.espertech.esper.common.internal.settings.ExceptionHandlingService getExceptionHandlingService() -
getTableExprEvaluatorContext
com.espertech.esper.common.internal.epl.table.core.TableExprEvaluatorContext getTableExprEvaluatorContext() -
getInternalEventRouteDest
com.espertech.esper.common.internal.context.util.InternalEventRouteDest getInternalEventRouteDest() -
getEventTypeResolvingBeanFactory
com.espertech.esper.common.internal.event.core.EventTypeResolvingBeanFactory getEventTypeResolvingBeanFactory()
-