com.espertech.esper.epl.join.table
Class EventTableOrganization
java.lang.Object
com.espertech.esper.epl.join.table.EventTableOrganization
public class EventTableOrganization
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventTableOrganization
public EventTableOrganization(java.lang.String indexName,
boolean unique,
boolean coercing,
int streamNum,
java.lang.String[] expressions,
EventTableOrganizationType type)
getIndexName
public java.lang.String getIndexName()
isUnique
public boolean isUnique()
getStreamNum
public int getStreamNum()
getExpressions
public java.lang.String[] getExpressions()
getType
public EventTableOrganizationType getType()
isCoercing
public boolean isCoercing()