[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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.
Namespace: net.esper.eql.join.table
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class PropertyIndexedEventTable _
Implements EventTable |
C# |
---|
public class PropertyIndexedEventTable : EventTable |
Visual C++ |
---|
public ref class PropertyIndexedEventTable : EventTable |
Inheritance Hierarchy
See Also