Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.deploy |
Module and deployment utility and parser.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy |
ConfigurationEngineDefaults.ExceptionHandling.getUndeployRethrowPolicy()
Returns the policy to instruct the engine whether a module un-deploy rethrows runtime exceptions that are encountered
during the undeploy for any statement that is undeployed.
|
static ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy |
ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy[] |
ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationEngineDefaults.ExceptionHandling.setUndeployRethrowPolicy(ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy undeployRethrowPolicy)
Sets the policy to instruct the engine whether a module un-deploy rethrows runtime exceptions that are encountered
during the undeploy for any statement that is undeployed.
|
Constructor and Description |
---|
EPDeploymentAdminImpl(EPAdministratorSPI epService,
ManagedReadWriteLock eventProcessingRWLock,
DeploymentStateService deploymentStateService,
StatementEventTypeRef statementEventTypeRef,
EventAdapterService eventAdapterService,
StatementIsolationService statementIsolationService,
FilterService filterService,
TimeZone timeZone,
ConfigurationEngineDefaults.ExceptionHandling.UndeployRethrowPolicy undeployRethrowPolicy) |