Package | Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
CreateVariableView
View for handling create-variable syntax.
|
Modifier and Type | Method and Description |
---|---|
void |
VariableServiceImpl.registerCallback(String variableName,
int agentInstanceId,
VariableChangeCallback variableChangeCallback) |
void |
VariableService.registerCallback(String variableName,
int agentInstanceId,
VariableChangeCallback variableChangeCallback)
Registers a callback invoked when the variable is written with a new value.
|
void |
VariableServiceImpl.unregisterCallback(String variableName,
int agentInstanceId,
VariableChangeCallback variableChangeCallback) |
void |
VariableService.unregisterCallback(String variableName,
int agentInstanceId,
VariableChangeCallback variableChangeCallback)
Removes a callback.
|
Modifier and Type | Class and Description |
---|---|
class |
OutputConditionExpression
Output condition for output rate limiting that handles when-then expressions for controlling output.
|
Modifier and Type | Class and Description |
---|---|
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.
|