public class SortedAccessStrategyGE extends SortedAccessStrategyRelOpBase implements SortedAccessStrategy
Constructor and Description |
---|
SortedAccessStrategyGE(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator keyEval) |
Modifier and Type | Method and Description |
---|---|
Collection<EventBean> |
lookup(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
Set<EventBean> |
lookup(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
Collection<EventBean> |
lookupCollectKeys(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context,
ArrayList<Object> keys) |
Set<EventBean> |
lookupCollectKeys(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context,
ArrayList<Object> keys) |
evaluateLookup, evaluatePerStream, toQueryPlan
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toQueryPlan
public SortedAccessStrategyGE(boolean isNWOnTrigger, int lookupStream, int numStreams, ExprEvaluator keyEval)
public Set<EventBean> lookup(EventBean theEvent, PropertySortedEventTable index, ExprEvaluatorContext context)
lookup
in interface SortedAccessStrategy
public Set<EventBean> lookupCollectKeys(EventBean theEvent, PropertySortedEventTable index, ExprEvaluatorContext context, ArrayList<Object> keys)
lookupCollectKeys
in interface SortedAccessStrategy
public Collection<EventBean> lookup(EventBean[] eventsPerStream, PropertySortedEventTable index, ExprEvaluatorContext context)
lookup
in interface SortedAccessStrategy
public Collection<EventBean> lookupCollectKeys(EventBean[] eventsPerStream, PropertySortedEventTable index, ExprEvaluatorContext context, ArrayList<Object> keys)
lookupCollectKeys
in interface SortedAccessStrategy