![]() | EPVariableService Interface |
Namespace: com.espertech.esper.common.client.variable
public interface EPVariableService
The EPVariableService type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetVariableValue(Boolean) | |
![]() | GetVariableValue(Boolean, DeploymentIdNamePair) | |
![]() | GetVariableValue(String, String) |
Returns the current variable value for a global variable. A null value is a valid value for a variable.
Not for use with context-partitioned variables.
|
![]() | GetVariableValueAll |
Returns current variable values for all global variables,
guaranteeing consistency in the face of concurrent updates to the variables.
Not for use with context-partitioned variables.
|
![]() | SetVariableValue(IDictionaryTKey, TValue) | |
![]() | SetVariableValue(IDictionaryTKey, TValue, Boolean) | |
![]() | SetVariableValue(String, String, Object) |
Sets the value of a single global variable.
Note that the thread setting the variable value queues the changes, i.e. it does not itself
re-evaluate such new variable value for any given statement. The timer thread performs this work.
Not for use with context-partitioned variables.
|