com.espertech.esper.epl.virtualdw
Class VirtualDataWindowLookupContextSPI
java.lang.Object
com.espertech.esper.client.hook.VirtualDataWindowLookupContext
com.espertech.esper.epl.virtualdw.VirtualDataWindowLookupContextSPI
public class VirtualDataWindowLookupContextSPI
- extends VirtualDataWindowLookupContext
Constructor Summary |
VirtualDataWindowLookupContextSPI(java.lang.String statementName,
java.lang.String statementId,
java.lang.annotation.Annotation[] statementAnnotations,
boolean fireAndForget,
java.lang.String namedWindowName,
java.util.List<VirtualDataWindowLookupFieldDesc> hashFields,
java.util.List<VirtualDataWindowLookupFieldDesc> btreeFields,
SubordPropPlan joinDesc,
boolean forceTableScan,
EventType[] outerTypePerStream,
java.lang.String accessedByStatementName,
int accessedByStatementSequenceNum)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VirtualDataWindowLookupContextSPI
public VirtualDataWindowLookupContextSPI(java.lang.String statementName,
java.lang.String statementId,
java.lang.annotation.Annotation[] statementAnnotations,
boolean fireAndForget,
java.lang.String namedWindowName,
java.util.List<VirtualDataWindowLookupFieldDesc> hashFields,
java.util.List<VirtualDataWindowLookupFieldDesc> btreeFields,
SubordPropPlan joinDesc,
boolean forceTableScan,
EventType[] outerTypePerStream,
java.lang.String accessedByStatementName,
int accessedByStatementSequenceNum)
getJoinDesc
public SubordPropPlan getJoinDesc()
isForceTableScan
public boolean isForceTableScan()
getOuterTypePerStream
public EventType[] getOuterTypePerStream()
getAccessedByStatementName
public java.lang.String getAccessedByStatementName()
getAccessedByStatementSequenceNum
public int getAccessedByStatementSequenceNum()