[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Classes

  ClassDescription
public classPropertyIndexedEventTable
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.

public classUnindexedEventTable
Simple table of events without an index.

Interfaces

  InterfaceDescription
public interfaceEventTable
Table of events allowing add and remove. Lookup in table is coordinated through the underlying implementation.