|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.exec.composite.CompositeAccessStrategyRangeBase
com.espertech.esper.epl.join.exec.composite.CompositeAccessStrategyRangeInverted
public class CompositeAccessStrategyRangeInverted
Field Summary |
---|
Fields inherited from class com.espertech.esper.epl.join.exec.composite.CompositeAccessStrategyRangeBase |
---|
coercionType, end, includeEnd, includeStart, start |
Constructor Summary | |
---|---|
CompositeAccessStrategyRangeInverted(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator start,
boolean includeStart,
ExprEvaluator end,
boolean includeEnd,
java.lang.Class coercionType)
|
Method Summary | |
---|---|
java.util.Collection<EventBean> |
lookup(EventBean[] eventPerStream,
java.util.Map parent,
java.util.Collection<EventBean> result,
CompositeIndexQuery next,
ExprEvaluatorContext context)
|
java.util.Set<EventBean> |
lookup(EventBean theEvent,
java.util.Map parent,
java.util.Set<EventBean> result,
CompositeIndexQuery next,
ExprEvaluatorContext context)
|
Methods inherited from class com.espertech.esper.epl.join.exec.composite.CompositeAccessStrategyRangeBase |
---|
evaluateLookupEnd, evaluateLookupStart, evaluatePerStreamEnd, evaluatePerStreamStart |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompositeAccessStrategyRangeInverted(boolean isNWOnTrigger, int lookupStream, int numStreams, ExprEvaluator start, boolean includeStart, ExprEvaluator end, boolean includeEnd, java.lang.Class coercionType)
Method Detail |
---|
public java.util.Set<EventBean> lookup(EventBean theEvent, java.util.Map parent, java.util.Set<EventBean> result, CompositeIndexQuery next, ExprEvaluatorContext context)
lookup
in interface CompositeAccessStrategy
public java.util.Collection<EventBean> lookup(EventBean[] eventPerStream, java.util.Map parent, java.util.Collection<EventBean> result, CompositeIndexQuery next, ExprEvaluatorContext context)
lookup
in interface CompositeAccessStrategy
|
© 2006-2011 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |