Uses of Interface
com.espertech.esper.common.internal.epl.table.update.TableUpdateStrategyRedoCallback
Package
Description
-
Uses of TableUpdateStrategyRedoCallback in com.espertech.esper.common.internal.epl.ontrigger
Modifier and TypeClassDescriptionclass
class
View for the on-delete statement that handles removing events from a named window. -
Uses of TableUpdateStrategyRedoCallback in com.espertech.esper.common.internal.epl.table.core
Modifier and TypeFieldDescriptionprotected Set<TableUpdateStrategyRedoCallback>
TableBase.updateStrategyRedoCallbacks
Modifier and TypeMethodDescriptionTable.getUpdateStrategyCallbacks()
TableBase.getUpdateStrategyCallbacks()
Modifier and TypeMethodDescriptionvoid
Table.addUpdateStrategyCallback
(TableUpdateStrategyRedoCallback callback) void
TableBase.addUpdateStrategyCallback
(TableUpdateStrategyRedoCallback callback) void
Table.removeUpdateStrategyCallback
(TableUpdateStrategyRedoCallback callback) void
TableBase.removeUpdateStrategyCallback
(TableUpdateStrategyRedoCallback callback)