com.espertech.esper.epl.lookup
Class EventTableCreateIndexDesc

java.lang.Object
  extended by com.espertech.esper.epl.lookup.EventTableCreateIndexDesc

public class EventTableCreateIndexDesc
extends java.lang.Object


Constructor Summary
EventTableCreateIndexDesc(java.util.List<IndexedPropDesc> hashProps, java.util.List<IndexedPropDesc> btreeProps, boolean unique)
           
 
Method Summary
 java.util.List<IndexedPropDesc> getBtreeProps()
           
 java.util.List<IndexedPropDesc> getHashProps()
           
 boolean isUnique()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventTableCreateIndexDesc

public EventTableCreateIndexDesc(java.util.List<IndexedPropDesc> hashProps,
                                 java.util.List<IndexedPropDesc> btreeProps,
                                 boolean unique)
Method Detail

getHashProps

public java.util.List<IndexedPropDesc> getHashProps()

getBtreeProps

public java.util.List<IndexedPropDesc> getBtreeProps()

isUnique

public boolean isUnique()

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