Class VirtualDataWindowEventStartIndex

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

public class VirtualDataWindowEventStartIndex extends VirtualDataWindowEvent
Event raised when an index gets created or started via the "create index" syntax.
  • Constructor Details

  • Method Details

    • getIndexName

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

      Returns a list of fields that are part of the index.
      Returns:
      list of index fields
    • getNamedWindowName

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

      public boolean isUnique()
      Returns indictor for unique index
      Returns:
      unique index indicator