Package | Description |
---|---|
com.espertech.esper.common.client.variable |
Classes for variable management
|
com.espertech.esper.common.internal.epl.variable.core |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
EPVariableService.setVariableValue(String deploymentId,
String variableName,
Object variableValue)
Sets the value of a single global variable.
|
Modifier and Type | Method and Description |
---|---|
void |
VariableManagementServiceImpl.checkAndWrite(String deploymentId,
String variableName,
int agentInstanceId,
Object newValue) |
Copyright © 2005–2018. All rights reserved.