[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Classes
Class | Description | |
---|---|---|
![]() | PropertyIndexedEventTable | Index that organizes events by the event property values into hash buckets. Based on a HashMap
with net.esper.collection.MultiKeyUntyped keys that store the property values.
Takes a list of property names as parameter. Doesn't care which event type the events have as long as the properties
exist. If the same event is added twice, the class throws an exception on add.
|
![]() | UnindexedEventTable |
Simple table of events without an index.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | EventTable | Table of events allowing add and remove. Lookup in table is coordinated
through the underlying implementation.
|