Uses of Class
com.espertech.esper.runtime.client.EPRuntimeDestroyedException
Packages that use EPRuntimeDestroyedException
-
Uses of EPRuntimeDestroyedException in com.espertech.esper.runtime.client
Methods in com.espertech.esper.runtime.client that throw EPRuntimeDestroyedExceptionModifier and TypeMethodDescriptionEPRuntime.getContext()
Provides naming context for public named objects.EPRuntime.getContextPartitionService()
Returns the context partition service, for context partition informationEPRuntime.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 queriesEPRuntime.getMetricsService()
Returns the metrics service, for managing runtime and statement metrics reportingEPRuntime.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.EPRuntime.getVariableService()
Returns the variable service, for reading and writing variables