Uses of Interface
com.espertech.esper.client.EPRuntime

Packages that use EPRuntime
com.espertech.esper.client This package and its sub-packages defines the central Esper Client APIs. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.dataflow.ops Data flow built-in operators. 
com.espertech.esper.epl.metric Services for metrics reporting, including global flag, repositories and threading. 
com.espertech.esper.event This package defines the internal event APIs. 
com.espertech.esper.event.arr Object-array event type. 
com.espertech.esper.event.bean JavaBean and legacy Java underlying event classes are here. 
com.espertech.esper.event.map Map-underlying event classes are here. 
com.espertech.esper.event.xml XML event wrappers 
 

Uses of EPRuntime in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return EPRuntime
 EPRuntime EPServiceProvider.getEPRuntime()
          Returns a class instance of EPRuntime.
 

Uses of EPRuntime in com.espertech.esper.core.service
 

Subinterfaces of EPRuntime in com.espertech.esper.core.service
 interface EPRuntimeSPI
          SPI interface of the runtime exposes fire-and-forget, non-continuous query functionality.
 

Classes in com.espertech.esper.core.service that implement EPRuntime
 class EPRuntimeImpl
          Implements runtime interface.
 

Methods in com.espertech.esper.core.service that return EPRuntime
 EPRuntime EPServiceProviderImpl.getEPRuntime()
           
 

Uses of EPRuntime in com.espertech.esper.dataflow.ops
 

Constructors in com.espertech.esper.dataflow.ops with parameters of type EPRuntime
LogSink.ConsoleOpRendererXmlJSon(LogSink.LogSinkOutputFormat format, EPRuntime runtime)
           
 

Uses of EPRuntime in com.espertech.esper.epl.metric
 

Methods in com.espertech.esper.epl.metric that return EPRuntime
 EPRuntime MetricExecutionContext.getRuntime()
          Returns runtime
 

Methods in com.espertech.esper.epl.metric with parameters of type EPRuntime
 void MetricReportingServiceImpl.setContext(EPRuntime runtime, EPServicesContext servicesContext)
           
 void MetricReportingService.setContext(EPRuntime runtime, EPServicesContext servicesContext)
          Sets runtime and services.
 

Constructors in com.espertech.esper.epl.metric with parameters of type EPRuntime
MetricExecutionContext(EPServicesContext epServicesContext, EPRuntime runtime, StatementMetricRepository statementMetricRepository)
          Ctor.
 

Uses of EPRuntime in com.espertech.esper.event
 

Methods in com.espertech.esper.event with parameters of type EPRuntime
 void SendableEvent.send(EPRuntime runtime)
           
 

Uses of EPRuntime in com.espertech.esper.event.arr
 

Methods in com.espertech.esper.event.arr with parameters of type EPRuntime
 void SendableEventObjectArray.send(EPRuntime runtime)
           
 

Uses of EPRuntime in com.espertech.esper.event.bean
 

Methods in com.espertech.esper.event.bean with parameters of type EPRuntime
 void SendableEventBean.send(EPRuntime runtime)
           
 

Uses of EPRuntime in com.espertech.esper.event.map
 

Methods in com.espertech.esper.event.map with parameters of type EPRuntime
 void SendableEventMap.send(EPRuntime runtime)
           
 

Uses of EPRuntime in com.espertech.esper.event.xml
 

Methods in com.espertech.esper.event.xml with parameters of type EPRuntime
 void SendableEventXML.send(EPRuntime runtime)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com