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

Method Detail

lookup

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

lookupCollectKeys

java.util.Set<EventBean> lookupCollectKeys(EventBean theEvent,
                                           PropertySortedEventTable index,
                                           ExprEvaluatorContext context,
                                           java.util.ArrayList<java.lang.Object> keys)

lookup

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

lookupCollectKeys

java.util.Collection<EventBean> lookupCollectKeys(EventBean[] eventsPerStream,
                                                  PropertySortedEventTable index,
                                                  ExprEvaluatorContext context,
                                                  java.util.ArrayList<java.lang.Object> keys)

toQueryPlan

java.lang.String toQueryPlan()

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