|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableChangeCallback | |
---|---|
com.espertech.esper.epl.variable | Variable service and variable collections |
com.espertech.esper.epl.view | Internal processing views for output rate limiting, filtering and internal event routing |
com.espertech.esper.view.window | Window views are in this package |
Uses of VariableChangeCallback in com.espertech.esper.epl.variable |
---|
Classes in com.espertech.esper.epl.variable that implement VariableChangeCallback | |
---|---|
class |
CreateVariableView
View for handling create-variable syntax. |
Methods in com.espertech.esper.epl.variable with parameters of type VariableChangeCallback | |
---|---|
void |
VariableServiceImpl.registerCallback(java.lang.String variableName,
int agentInstanceId,
VariableChangeCallback variableChangeCallback)
|
void |
VariableService.registerCallback(java.lang.String variableName,
int agentInstanceId,
VariableChangeCallback variableChangeCallback)
Registers a callback invoked when the variable is written with a new value. |
void |
VariableServiceImpl.unregisterCallback(java.lang.String variableName,
int agentInstanceId,
VariableChangeCallback variableChangeCallback)
|
void |
VariableService.unregisterCallback(java.lang.String variableName,
int agentInstanceId,
VariableChangeCallback variableChangeCallback)
Removes a callback. |
Uses of VariableChangeCallback in com.espertech.esper.epl.view |
---|
Classes in com.espertech.esper.epl.view that implement VariableChangeCallback | |
---|---|
class |
OutputConditionExpression
Output condition for output rate limiting that handles when-then expressions for controlling output. |
Uses of VariableChangeCallback in com.espertech.esper.view.window |
---|
Classes in com.espertech.esper.view.window that implement VariableChangeCallback | |
---|---|
class |
ExpressionBatchView
This view is a moving window extending the into the past until the expression passed to it returns false. |
class |
ExpressionViewBase
This view is a moving window extending the into the past until the expression passed to it returns false. |
class |
ExpressionWindowView
This view is a moving window extending the into the past until the expression passed to it returns false. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |