Uses of Class
com.espertech.esper.common.client.variable.VariableValueException
Package
Description
Classes for variable management
-
Uses of VariableValueException in com.espertech.esper.common.client.variable
Modifier and TypeMethodDescriptionvoid
EPVariableService.setVariableValue
(String deploymentId, String variableName, Object variableValue) Sets the value of a single global variable.void
EPVariableService.setVariableValue
(Map<DeploymentIdNamePair, Object> variableValues) Sets the value of multiple global variables in one update, applying all or none of the changes to variable values in one atomic transaction.void
EPVariableService.setVariableValue
(Map<DeploymentIdNamePair, Object> variableValues, int agentInstanceId) Sets the value of multiple context-partitioned variables in one update, applying all or none of the changes to variable values in one atomic transaction. -
Uses of VariableValueException in com.espertech.esper.common.internal.epl.variable.core
Modifier and TypeMethodDescriptionvoid
VariableManagementServiceImpl.checkAndWrite
(String deploymentId, String variableName, int agentInstanceId, Object newValue)