Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
com.espertech.esper.runtime.client.util |
Adapter shared classes.
|
Modifier and Type | Method and Description |
---|---|
LockStrategy |
DeploymentOptions.getDeploymentLockStrategy()
Return the deployment lock strategy, the default is
LockStrategyDefault |
LockStrategy |
UndeploymentOptions.getUndeploymentLockStrategy()
Return the undeployment lock strategy, the default is
LockStrategyDefault |
Modifier and Type | Method and Description |
---|---|
DeploymentOptions |
DeploymentOptions.setDeploymentLockStrategy(LockStrategy deploymentLockStrategy)
Sets the deployment lock strategy, the default is
LockStrategyDefault |
void |
UndeploymentOptions.setUndeploymentLockStrategy(LockStrategy undeploymentLockStrategy)
Sets the undeployment lock strategy, the default is
LockStrategyDefault |
Modifier and Type | Class and Description |
---|---|
class |
LockStrategyDefault
Obtains the write lock of the runtime-wide event processing read-write lock by simply blocking until the lock was obtained.
|
class |
LockStrategyNone
Obtains the write lock of the runtime-wide event processing read-write lock by simply blocking until the lock was obtained.
|
class |
LockStrategyWTimeout
Obtains the write lock of the runtime-wide event processing read-write lock by trying the lock
waiting for the timeout and throwing an exception if the lock was not taken.
|
Copyright © 2005–2018. All rights reserved.