com.espertech.esper.epl.join.exec.sorted
Class SortedAccessStrategyLE
java.lang.Object
com.espertech.esper.epl.join.exec.sorted.SortedAccessStrategyRelOpBase
com.espertech.esper.epl.join.exec.sorted.SortedAccessStrategyLE
- All Implemented Interfaces:
- SortedAccessStrategy
public class SortedAccessStrategyLE
- extends SortedAccessStrategyRelOpBase
- implements SortedAccessStrategy
Method Summary |
java.util.Collection<EventBean> |
lookup(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context)
|
java.util.Set<EventBean> |
lookup(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context)
|
java.util.Collection<EventBean> |
lookupCollectKeys(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys)
|
java.util.Set<EventBean> |
lookupCollectKeys(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortedAccessStrategyLE
public SortedAccessStrategyLE(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator keyEval)
lookup
public java.util.Set<EventBean> lookup(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context)
- Specified by:
lookup
in interface SortedAccessStrategy
lookupCollectKeys
public java.util.Set<EventBean> lookupCollectKeys(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys)
- Specified by:
lookupCollectKeys
in interface SortedAccessStrategy
lookup
public java.util.Collection<EventBean> lookup(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context)
- Specified by:
lookup
in interface SortedAccessStrategy
lookupCollectKeys
public java.util.Collection<EventBean> lookupCollectKeys(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys)
- Specified by:
lookupCollectKeys
in interface SortedAccessStrategy