Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
Modifier and Type | Method and Description |
---|---|
Context |
EPRuntime.getContext()
Provides naming context for public named objects.
|
com.espertech.esper.common.client.context.EPContextPartitionService |
EPRuntime.getContextPartitionService()
Returns the context partition service, for context partition information
|
com.espertech.esper.common.client.dataflow.core.EPDataFlowService |
EPRuntime.getDataFlowService()
Returns the data flow service, for managing dataflows
|
EPDeploymentService |
EPRuntime.getDeploymentService()
Returns the deployment service, for deploying and undeploying compiled modules
|
EPEventService |
EPRuntime.getEventService()
Returns the event service, for sending events to the runtime and for controlling time
|
EPEventTypeService |
EPRuntime.getEventTypeService()
Returns the event type service, for obtaining information on event types
|
EPFireAndForgetService |
EPRuntime.getFireAndForgetService()
Returns the fire-and-forget service, for executing fire-and-forget queries
|
com.espertech.esper.common.client.metric.EPMetricsService |
EPRuntime.getMetricsService()
Returns the metrics service, for managing runtime and statement metrics reporting
|
com.espertech.esper.common.client.render.EPRenderEventService |
EPRuntime.getRenderEventService()
Returns the event rendering service, for rendering events to JSON and XML
|
ReadWriteLock |
EPRuntime.getRuntimeInstanceWideLock()
Returns the runtime-instance global read-write lock.
|
com.espertech.esper.common.client.variable.EPVariableService |
EPRuntime.getVariableService()
Returns the variable service, for reading and writing variables
|
Copyright © 2005–2018. All rights reserved.