Class RolloutOptions
java.lang.Object
com.espertech.esper.runtime.client.RolloutOptions
Option holder for use with
EPDeploymentService.rollout(java.util.Collection<com.espertech.esper.runtime.client.EPDeploymentRolloutCompiled>)
()}.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the rollout lock strategy, the default isLockStrategyDefault
void
setRolloutLockStrategy
(LockStrategy rolloutLockStrategy) Sets the rollout lock strategy, the default isLockStrategyDefault
-
Constructor Details
-
RolloutOptions
public RolloutOptions()
-
-
Method Details
-
getRolloutLockStrategy
Return the rollout lock strategy, the default isLockStrategyDefault
- Returns:
- lock strategy
-
setRolloutLockStrategy
Sets the rollout lock strategy, the default isLockStrategyDefault
- Parameters:
rolloutLockStrategy
- lock strategy
-