Class VirtualDataWindowEventStopIndex

java.lang.Object
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEvent
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowEventStopIndex

public class VirtualDataWindowEventStopIndex extends VirtualDataWindowEvent
Event to indicate that for a virtual data window an exitsing index is being stopped or destroyed.
  • Constructor Details

    • VirtualDataWindowEventStopIndex

      public VirtualDataWindowEventStopIndex(String namedWindowName, String indexName)
      Ctor.
      Parameters:
      namedWindowName - named window name
      indexName - index name
  • Method Details

    • getIndexName

      public String getIndexName()
      Returns the index name.
      Returns:
      index name
    • getNamedWindowName

      public String getNamedWindowName()
      Returns the named window name.
      Returns:
      named window name