Package | Description |
---|---|
com.espertech.esper.common.client.variable |
Classes for variable management
|
Modifier and Type | Method and Description |
---|---|
void |
EPVariableService.setVariableValue(java.util.Map<com.espertech.esper.common.internal.util.DeploymentIdNamePair,java.lang.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(java.util.Map<com.espertech.esper.common.internal.util.DeploymentIdNamePair,java.lang.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.
|
void |
EPVariableService.setVariableValue(java.lang.String deploymentId,
java.lang.String variableName,
java.lang.Object variableValue)
Sets the value of a single global variable.
|