Uses of Class
com.espertech.esper.common.client.variable.VariableNotFoundException

Packages that use VariableNotFoundException
Package
Description
Classes for variable management
  • Uses of VariableNotFoundException in com.espertech.esper.common.client.variable

    Modifier and Type
    Method
    Description
    EPVariableService.getVariableValue(String deploymentId, String variableName)
    Returns the current variable value for a global variable.
    Map<com.espertech.esper.common.internal.util.DeploymentIdNamePair,Object>
    EPVariableService.getVariableValue(Set<com.espertech.esper.common.internal.util.DeploymentIdNamePair> variableNames)
    Returns current variable values for each of the global variable names passed in, guaranteeing consistency in the face of concurrent updates to the variables.
    Map<com.espertech.esper.common.internal.util.DeploymentIdNamePair,List<ContextPartitionVariableState>>
    EPVariableService.getVariableValue(Set<com.espertech.esper.common.internal.util.DeploymentIdNamePair> variableNames, ContextPartitionSelector contextPartitionSelector)
    Returns the current variable values for a context-partitioned variable, per context partition.
    void
    EPVariableService.setVariableValue(String deploymentId, String variableName, Object variableValue)
    Sets the value of a single global variable.
    void
    EPVariableService.setVariableValue(Map<com.espertech.esper.common.internal.util.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<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.