com.espertech.esper.client.hook
Class VirtualDataWindowEventStartIndex

java.lang.Object
  extended by com.espertech.esper.client.hook.VirtualDataWindowEvent
      extended by com.espertech.esper.client.hook.VirtualDataWindowEventStartIndex

public class VirtualDataWindowEventStartIndex
extends VirtualDataWindowEvent

Event raised when an index gets created or started via the "create index" syntax.


Nested Class Summary
static class VirtualDataWindowEventStartIndex.VDWCreateIndexField
          Captures virtual data window indexed field informaion.
 
Constructor Summary
VirtualDataWindowEventStartIndex(java.lang.String namedWindowName, java.lang.String indexName, java.util.List<VirtualDataWindowEventStartIndex.VDWCreateIndexField> fields, boolean unique)
          Ctor.
 
Method Summary
 java.util.List<VirtualDataWindowEventStartIndex.VDWCreateIndexField> getFields()
          Returns a list of fields that are part of the index.
 java.lang.String getIndexName()
          Returns the index name.
 java.lang.String getNamedWindowName()
          Returns the named window name.
 boolean isUnique()
          Returns indictor for unique index
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualDataWindowEventStartIndex

public VirtualDataWindowEventStartIndex(java.lang.String namedWindowName,
                                        java.lang.String indexName,
                                        java.util.List<VirtualDataWindowEventStartIndex.VDWCreateIndexField> fields,
                                        boolean unique)
Ctor.

Parameters:
namedWindowName - named window name
indexName - index name
fields - index fields
unique - for unique indexes
Method Detail

getIndexName

public java.lang.String getIndexName()
Returns the index name.

Returns:
index name

getFields

public java.util.List<VirtualDataWindowEventStartIndex.VDWCreateIndexField> getFields()
Returns a list of fields that are part of the index.

Returns:
list of index fields

getNamedWindowName

public java.lang.String getNamedWindowName()
Returns the named window name.

Returns:
named window name

isUnique

public boolean isUnique()
Returns indictor for unique index

Returns:
unique index indicator

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com