Package | Description |
---|---|
com.espertech.esper.client.hook |
Callback interfaces for use with statement annotations.
|
Modifier and Type | Method and Description |
---|---|
List<VirtualDataWindowEventStartIndex.VDWCreateIndexField> |
VirtualDataWindowEventStartIndex.getFields()
Returns a list of fields that are part of the index.
|
Constructor and Description |
---|
VirtualDataWindowEventStartIndex(String namedWindowName,
String indexName,
List<VirtualDataWindowEventStartIndex.VDWCreateIndexField> fields,
boolean unique)
Ctor.
|