Uses of Class
com.espertech.esper.runtime.client.EPRuntimeDestroyedException
Package
Description
Runtime API: Runs compiled EPL.
-
Uses of EPRuntimeDestroyedException in com.espertech.esper.runtime.client
Modifier and TypeMethodDescriptionEPRuntime.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 informationcom.espertech.esper.common.client.dataflow.core.EPDataFlowService
EPRuntime.getDataFlowService()
Returns the data flow service, for managing dataflowsEPRuntime.getDeploymentService()
Returns the deployment service, for deploying and undeploying compiled modulesEPRuntime.getEventService()
Returns the event service, for sending events to the runtime and for controlling timeEPRuntime.getEventTypeService()
Returns the event type service, for obtaining information on event typesEPStageService.getExistingStage
(String stageUri) Returns the existing stage for the provided URI, or null if a stage for the URI has not already been allocated.EPRuntime.getFireAndForgetService()
Returns the fire-and-forget service, for executing fire-and-forget queriescom.espertech.esper.common.client.metric.EPMetricsService
EPRuntime.getMetricsService()
Returns the metrics service, for managing runtime and statement metrics reportingcom.espertech.esper.common.client.render.EPRenderEventService
EPRuntime.getRenderEventService()
Returns the event rendering service, for rendering events to JSON and XMLEPRuntime.getRuntimeInstanceWideLock()
Returns the runtime-instance global read-write lock.Allocate a new stage or returns the existing stage if the stage for the same URI is already allocated.EPRuntime.getStageService()
Returns the stage service, for managing stagesString[]
EPStageService.getStageURIs()
Returns the URI values of all stages that are currently allocated.com.espertech.esper.common.client.variable.EPVariableService
EPRuntime.getVariableService()
Returns the variable service, for reading and writing variables -
Uses of EPRuntimeDestroyedException in com.espertech.esper.runtime.internal.kernel.service
-
Uses of EPRuntimeDestroyedException in com.espertech.esper.runtime.internal.kernel.stage