com.espertech.esper.epl.join.exec.sorted
Interface SortedAccessStrategy

All Known Implementing Classes:
SortedAccessStrategyGE, SortedAccessStrategyGT, SortedAccessStrategyLE, SortedAccessStrategyLT, SortedAccessStrategyRange, SortedAccessStrategyRangeInverted

public interface 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.lang.String toQueryPlan()
           
 

Method Detail

lookup

java.util.Set<EventBean> lookup(EventBean theEvent,
                                PropertySortedEventTable index,
                                ExprEvaluatorContext context)

lookup

java.util.Collection<EventBean> lookup(EventBean[] eventsPerStream,
                                       PropertySortedEventTable index,
                                       ExprEvaluatorContext context)

toQueryPlan

java.lang.String toQueryPlan()

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