Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
com.espertech.esper.runtime.client.plugin |
Plug-in loaders follow runtime lifecycle and typically are for providing simple adapters or other integrations.
|
com.espertech.esper.runtime.client.scopetest |
Runtime-related classes for facilitating automated regression testing.
|
com.espertech.esper.runtime.client.stage |
For staging deployments.
|
com.espertech.esper.runtime.client.util |
Adapter shared classes.
|
Class and 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
|
DeploymentStateListener
Listener for events in respect to deployment and undeployment.
|
EPDeployException
Exception during a deploy operation by
EPDeploymentService.deploy(com.espertech.esper.common.client.EPCompiled) |
EPDeployment
Represents a deployment.
|
EPDeploymentDependencyConsumed
Provides information about EPL objects that a deployment consumes (requires, depends on, refers to) from other deployments.
|
EPDeploymentDependencyConsumed.Item
Information about EPL objects consumed by another deployment.
|
EPDeploymentDependencyProvided
Provides information about EPL objects that a deployment provides to other deployments.
|
EPDeploymentDependencyProvided.Item
Information about EPL Objects provided by the deployment
|
EPDeploymentRollout
Contains the result of a rollout as described in
EPDeploymentService.rollout(Collection, RolloutOptions) ,
captures the rollout result wherein the deployment result of each compilation unit is provided by EPDeploymentRolloutItem . |
EPDeploymentRolloutCompiled
For use with rollout as described in
EPDeploymentService.rollout(Collection, RolloutOptions) ,
for passing a compilation unit and the deployment options for the compilation unit. |
EPDeploymentRolloutItem
The result item of a rollout as described in
EPDeploymentService.rollout(Collection, RolloutOptions) ,
captures the rollout result of a single compilation unit that was deployed as part of a rollout. |
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.
|
EPRuntimeDestroyedException
This exception is thrown to indicate that the runtime instance has been destroyed.
|
EPRuntimeStateListener
A listener interface for callbacks regarding
EPRuntime state changes. |
EPStageService
Stages are used for staging deployments allowing independent control over event and time for subsets of deployments.
|
EPStatement
The statement is the means to attach callbacks to receive statement results (push, observer)
and to object current results using pull.
|
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) |
RolloutOptions
Option holder for use with
EPDeploymentService.rollout(java.util.Collection<com.espertech.esper.runtime.client.EPDeploymentRolloutCompiled>) ()}. |
UndeploymentOptions
Option holder for use with
EPDeploymentService.undeploy(java.lang.String) . |
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 and Description |
---|
EPRuntime
The runtime for deploying and executing EPL.
|
Class and Description |
---|
EPRuntime
The runtime for deploying and executing EPL.
|
EPStatement
The statement is the means to attach callbacks to receive statement results (push, observer)
and to object current results using pull.
|
UpdateListener
Defines an interface to notify of new and old events.
|
Class and Description |
---|
EPDeployment
Represents a deployment.
|
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.
|
Class and Description |
---|
EPRuntime
The runtime for deploying and executing EPL.
|