Uses of Interface
com.espertech.esper.runtime.client.util.LockStrategy
Packages that use LockStrategy
Package
Description
Runtime API: Runs compiled EPL.
Adapter shared classes.
-
Uses of LockStrategy in com.espertech.esper.runtime.client
Methods in com.espertech.esper.runtime.client that return LockStrategyModifier 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
Methods in com.espertech.esper.runtime.client with parameters of type LockStrategyModifier 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
Classes in com.espertech.esper.runtime.client.util that implement LockStrategyModifier 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.