Classes for variable management
-
void
Sets the value of a single global variable.
void
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<com.espertech.esper.common.internal.util.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.