public interface EPRuntimeSPI extends EPRuntime
Modifier and Type | Method and Description |
---|---|
EPEventServiceSPI |
getEventServiceSPI() |
EPRuntimeCompileReflectiveSPI |
getReflectiveCompileSvc() |
EPServicesContext |
getServicesContext() |
AtomicBoolean |
getServiceStatusProvider() |
EPRuntimeStatementSelectionSPI |
getStatementSelectionSvc() |
ThreadingService |
getThreadingService() |
void |
initialize(Long currentTime) |
void |
postInitialize() |
void |
setConfiguration(com.espertech.esper.common.client.configuration.Configuration configuration) |
void |
traverseStatements(BiConsumer<EPDeployment,EPStatement> consumer) |
addRuntimeStateListener, destroy, getConfigurationDeepCopy, getConfigurationTransient, getContext, getContextPartitionService, getDataFlowService, getDeploymentService, getEventService, getEventTypeService, getFireAndForgetService, getMetricsService, getRenderEventService, getRuntimeInstanceWideLock, getRuntimePath, getURI, getVariableService, initialize, isDestroyed, removeAllRuntimeStateListeners, removeRuntimeStateListener
void setConfiguration(com.espertech.esper.common.client.configuration.Configuration configuration)
void postInitialize()
void initialize(Long currentTime)
EPServicesContext getServicesContext()
AtomicBoolean getServiceStatusProvider()
EPEventServiceSPI getEventServiceSPI()
ThreadingService getThreadingService()
void traverseStatements(BiConsumer<EPDeployment,EPStatement> consumer)
EPRuntimeStatementSelectionSPI getStatementSelectionSvc()
EPRuntimeCompileReflectiveSPI getReflectiveCompileSvc()
Copyright © 2005–2018. All rights reserved.