com.espertech.esper.epl.join.table
Class EventTableUtil

java.lang.Object
  extended by com.espertech.esper.epl.join.table.EventTableUtil

public class EventTableUtil
extends java.lang.Object


Constructor Summary
EventTableUtil()
           
 
Method Summary
static EventTable buildIndex(int indexedStreamNum, QueryPlanIndexItem item, EventType eventType, boolean coerceOnAddOnly, boolean unique, java.lang.String optionalIndexName)
          Build an index/table instance using the event properties for the event type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventTableUtil

public EventTableUtil()
Method Detail

buildIndex

public static EventTable buildIndex(int indexedStreamNum,
                                    QueryPlanIndexItem item,
                                    EventType eventType,
                                    boolean coerceOnAddOnly,
                                    boolean unique,
                                    java.lang.String optionalIndexName)
Build an index/table instance using the event properties for the event type.

Parameters:
indexedStreamNum - - number of stream indexed
eventType - - type of event to expect
optionalIndexName -
Returns:
table build

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