Class VirtualDataWindowEventStopIndex
java.lang.Object
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEvent
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStopIndex
Event to indicate that for a virtual data window an exitsing index is being stopped or destroyed.
-
Constructor Summary
ConstructorDescriptionVirtualDataWindowEventStopIndex
(String namedWindowName, String indexName) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the index name.Returns the named window name.
-
Constructor Details
-
VirtualDataWindowEventStopIndex
Ctor.- Parameters:
namedWindowName
- named window nameindexName
- index name
-
-
Method Details
-
getIndexName
Returns the index name.- Returns:
- index name
-
getNamedWindowName
Returns the named window name.- Returns:
- named window name
-