Uses of Interface
com.espertech.esper.runtime.client.util.LockStrategy
Package
Description
Runtime API: Runs compiled EPL.
Adapter shared classes.
-
Uses of LockStrategy in com.espertech.esper.runtime.client
Modifier and TypeMethodDescriptionDeploymentOptions.getDeploymentLockStrategy()
Return the deployment lock strategy, the default isLockStrategyDefault
RolloutOptions.getRolloutLockStrategy()
Return the rollout lock strategy, the default isLockStrategyDefault
UndeploymentOptions.getUndeploymentLockStrategy()
Return the undeployment lock strategy, the default isLockStrategyDefault
Modifier and TypeMethodDescriptionDeploymentOptions.setDeploymentLockStrategy
(LockStrategy deploymentLockStrategy) Sets the deployment lock strategy, the default isLockStrategyDefault
void
RolloutOptions.setRolloutLockStrategy
(LockStrategy rolloutLockStrategy) Sets the rollout lock strategy, the default isLockStrategyDefault
void
UndeploymentOptions.setUndeploymentLockStrategy
(LockStrategy undeploymentLockStrategy) Sets the undeployment lock strategy, the default isLockStrategyDefault
-
Uses of LockStrategy in com.espertech.esper.runtime.client.util
Modifier and TypeClassDescriptionclass
Obtains the write lock of the runtime-wide event processing read-write lock by simply blocking until the lock was obtained.class
Obtains the write lock of the runtime-wide event processing read-write lock by simply blocking until the lock was obtained.class
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.