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

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

public class EventTableOrganization
extends java.lang.Object


Nested Class Summary
static class EventTableOrganization.EventTableOrganizationType
           
 
Constructor Summary
EventTableOrganization(java.lang.String indexName, boolean unique, boolean coercing, int streamNum, java.lang.String[] expressions, EventTableOrganization.EventTableOrganizationType type)
           
 
Method Summary
 java.lang.String[] getExpressions()
           
 java.lang.String getIndexName()
           
 int getStreamNum()
           
 EventTableOrganization.EventTableOrganizationType getType()
           
 boolean isCoercing()
           
 boolean isUnique()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventTableOrganization

public EventTableOrganization(java.lang.String indexName,
                              boolean unique,
                              boolean coercing,
                              int streamNum,
                              java.lang.String[] expressions,
                              EventTableOrganization.EventTableOrganizationType type)
Method Detail

getIndexName

public java.lang.String getIndexName()

isUnique

public boolean isUnique()

getStreamNum

public int getStreamNum()

getExpressions

public java.lang.String[] getExpressions()

getType

public EventTableOrganization.EventTableOrganizationType getType()

isCoercing

public boolean isCoercing()

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