Package | Description |
---|---|
com.espertech.esper.client.deploy |
Module and deployment administrative service.
|
Modifier and Type | Class and Description |
---|---|
class |
DeploymentLockStrategyDefault
Obtains the write lock of the engine-wide event processing read-write lock by simply blocking until the lock was obtained.
|
class |
DeploymentLockStrategyNone
Obtains the write lock of the engine-wide event processing read-write lock by simply blocking until the lock was obtained.
|
class |
DeploymentLockStrategyWTimeout
Obtains the write lock of the engine-wide event processing read-write lock by trying the lock
waiting for the timeout and throwing an exception if the lock was not taken.
|
Modifier and Type | Method and Description |
---|---|
DeploymentLockStrategy |
UndeploymentOptions.getDeploymentLockStrategy()
Return the deployment lock strategy, the default is
DeploymentLockStrategyDefault |
DeploymentLockStrategy |
DeploymentOptions.getDeploymentLockStrategy()
Return the deployment lock strategy, the default is
DeploymentLockStrategyDefault |
Modifier and Type | Method and Description |
---|---|
void |
UndeploymentOptions.setDeploymentLockStrategy(DeploymentLockStrategy deploymentLockStrategy)
Sets the deployment lock strategy, the default is
DeploymentLockStrategyDefault |
void |
DeploymentOptions.setDeploymentLockStrategy(DeploymentLockStrategy deploymentLockStrategy)
Sets the deployment lock strategy, the default is
DeploymentLockStrategyDefault |