Interface | Description |
---|---|
DeploymentStateListener |
Listener for events in respect to deployment and undeployment.
|
EPDeploymentService |
Service for deploying and undeploying modules and obtaining information about current deployments and statements.
|
EPEventService |
Service for processing events and advancing time.
|
EPEventServiceRouteEvent |
Service for processing events that originate from listeners, subscribers or other extension code.
|
EPEventServiceSendEvent |
Service for processing events.
|
EPEventServiceTimeControl |
Service for advancing and controlling time.
|
EPEventTypeService |
Service for managing event types.
|
EPFireAndForgetService |
Executes fire-and-forget non-continuous on-demand queries against named windows or tables.
|
EPIterable |
Interface to iterate over events.
|
EPListenable |
Interface to add and remove update listeners.
|
EPRuntime |
The runtime for deploying and executing EPL.
|
EPRuntimeStateListener |
A listener interface for callbacks regarding
EPRuntime state changes. |
EPStatement |
The statement is the means to attach callbacks to receive statement results (push, observer)
and to object current results using pull.
|
UnmatchedListener |
Interface to receive notification from an runtime that an event that has been sent into the runtimeor that
has been generated via insert-into has not been matched to any statement, considering all started statement's
event stream filter criteria (not considering where-clause and having-clauses).
|
UpdateListener |
Defines an interface to notify of new and old events.
|
Class | Description |
---|---|
DeploymentOptions |
Option holder for use with
EPDeploymentService.deploy(com.espertech.esper.common.client.EPCompiled) . |
DeploymentStateEvent |
Deployment base event.
|
DeploymentStateEventDeployed |
Deployment event indicating a deployment completed
|
DeploymentStateEventUndeployed |
Deployment event indicating a undeployment completed
|
EPDeployment |
Represents a deployment.
|
EPRuntimeProvider |
Factory for instances of
EPRuntime . |
UndeploymentOptions |
Option holder for use with
EPDeploymentService.undeploy(java.lang.String) . |
Exception | Description |
---|---|
EPDeployDeploymentExistsException |
Deploy exception to indicate that a deployment by the same deployment id already exists
|
EPDeployException |
Exception during a deploy operation by
EPDeploymentService.deploy(com.espertech.esper.common.client.EPCompiled) |
EPDeployLockException |
Deploy exception to indicate a problem taking the necessary lock
|
EPDeployPreconditionException |
Deploy exception to indicate that a precondition is not satisfied
|
EPDeploySubstitutionParameterException |
Deploy exception to indicate that substitution parameter values have not been provided
|
EPRuntimeDestroyedException |
This exception is thrown to indicate that the runtime instance has been destroyed.
|
EPSubscriberException |
This exception is thrown to indicate that a subscriber registration failed
such as when the subscribe does not expose an acceptable method to receive statement results.
|
EPUndeployException |
Exception during an undeploy operation by
EPDeploymentService.undeploy(java.lang.String) |
EPUndeployLockException |
Undeploy exception to indicate a problem taking the necessary lock
|
EPUndeployNotFoundException |
Undeploy exception to indicate that the deployment was not found
|
EPUndeployPreconditionException |
Uneploy exception to indicate that a precondition is not satisfied
|
Runtime API: Runs compiled EPL.
Copyright © 2005–2018. All rights reserved.