Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.epl.variable |
Variable service and variable collections
|
Modifier and Type | Method and Description |
---|---|
void |
EPRuntime.setVariableValue(Map<String,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 |
EPRuntime.setVariableValue(Map<String,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 |
EPRuntime.setVariableValue(String variableName,
Object variableValue)
Sets the value of a single global variable.
|
Modifier and Type | Method and Description |
---|---|
void |
EPRuntimeImpl.setVariableValue(Map<String,Object> variableValues,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
void |
VariableServiceImpl.checkAndWrite(String variableName,
int agentInstanceId,
Object newValue) |