Uses of Class
com.espertech.esper.common.client.variable.VariableNotFoundException
-
Uses of VariableNotFoundException in com.espertech.esper.common.client.variable
Modifier and TypeMethodDescriptionEPVariableService.getVariableValue
(String deploymentId, String variableName) Returns the current variable value for a global variable.EPVariableService.getVariableValue
(Set<DeploymentIdNamePair> variableNames) Returns current variable values for each of the global variable names passed in, guaranteeing consistency in the face of concurrent updates to the variables.EPVariableService.getVariableValue
(Set<DeploymentIdNamePair> variableNames, ContextPartitionSelector contextPartitionSelector) Returns the current variable values for a context-partitioned variable, per context partition.void
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.