Uses of Class
com.espertech.esper.common.internal.epl.join.querygraph.QueryGraph
Packages that use QueryGraph
Package
Description
-
Uses of QueryGraph in com.espertech.esper.common.internal.context.activator
Fields in com.espertech.esper.common.internal.context.activator declared as QueryGraphModifier and TypeFieldDescriptionprotected QueryGraph
ViewableActivatorNamedWindow.filterQueryGraph
Methods in com.espertech.esper.common.internal.context.activator that return QueryGraphMethods in com.espertech.esper.common.internal.context.activator with parameters of type QueryGraphModifier and TypeMethodDescriptionvoid
ViewableActivatorNamedWindow.setFilterQueryGraph
(QueryGraph filterQueryGraph) -
Uses of QueryGraph in com.espertech.esper.common.internal.epl.fafquery.processor
Methods in com.espertech.esper.common.internal.epl.fafquery.processor with parameters of type QueryGraphModifier and TypeMethodDescriptionstatic Collection<EventBean>
FireAndForgetQueryExec.snapshot
(QueryGraph filterQueryGraph, Annotation[] annotations, VirtualDWView virtualDataWindow, EventTableIndexRepository indexRepository, String objectName, AgentInstanceContext agentInstanceContext) abstract Collection<EventBean>
FireAndForgetInstance.snapshotBestEffort
(QueryGraph queryGraph, Annotation[] annotations) FireAndForgetInstanceNamedWindow.snapshotBestEffort
(QueryGraph queryGraph, Annotation[] annotations) FireAndForgetInstanceTable.snapshotBestEffort
(QueryGraph queryGraph, Annotation[] annotations) -
Uses of QueryGraph in com.espertech.esper.common.internal.epl.fafquery.querymethod
Fields in com.espertech.esper.common.internal.epl.fafquery.querymethod declared as QueryGraphMethods in com.espertech.esper.common.internal.epl.fafquery.querymethod that return QueryGraphModifier and TypeMethodDescriptionFAFQueryMethodIUDDelete.getQueryGraph()
FAFQueryMethodIUDUpdate.getQueryGraph()
FAFQueryMethodSelect.getQueryGraph()
Methods in com.espertech.esper.common.internal.epl.fafquery.querymethod with parameters of type QueryGraphModifier and TypeMethodDescriptionvoid
FAFQueryMethodIUDBase.setQueryGraph
(QueryGraph queryGraph) void
FAFQueryMethodIUDDelete.setQueryGraph
(QueryGraph queryGraph) void
FAFQueryMethodIUDUpdate.setQueryGraph
(QueryGraph queryGraph) void
FAFQueryMethodSelect.setQueryGraph
(QueryGraph queryGraph) -
Uses of QueryGraph in com.espertech.esper.common.internal.epl.namedwindow.consume
Methods in com.espertech.esper.common.internal.epl.namedwindow.consume with parameters of type QueryGraphModifier and TypeMethodDescriptionNamedWindowConsumerCallback.snapshot
(QueryGraph queryGraph, Annotation[] annotations) -
Uses of QueryGraph in com.espertech.esper.common.internal.epl.namedwindow.core
Methods in com.espertech.esper.common.internal.epl.namedwindow.core with parameters of type QueryGraphModifier and TypeMethodDescriptionNamedWindowRootViewInstance.snapshot
(QueryGraph queryGraph, Annotation[] annotations) Return a snapshot using index lookup filters.NamedWindowTailViewInstance.snapshot
(QueryGraph queryGraph, Annotation[] annotations) NamedWindowTailViewInstance.snapshotDelete
(QueryGraph filterQueryGraph, ExprEvaluator filterExpr, Annotation[] annotations) NamedWindowTailViewInstance.snapshotNoLock
(QueryGraph queryGraph, Annotation[] annotations) NamedWindowTailViewInstance.snapshotNoLockWithFilter
(QueryGraph filterQueryGraph, Annotation[] annotations, ExprEvaluator filterExpr, ExprEvaluatorContext exprEvaluatorContext) NamedWindowTailViewInstance.snapshotUpdate
(QueryGraph filterQueryGraph, ExprEvaluator optionalWhereClause, EventBeanUpdateHelperWCopy updateHelper, Annotation[] annotations) -
Uses of QueryGraph in com.espertech.esper.common.internal.epl.subselect
Methods in com.espertech.esper.common.internal.epl.subselect with parameters of type QueryGraphModifier and TypeMethodDescriptionvoid
SubSelectStrategyFactoryLocalViewPreloaded.setNamedWindowFilterQueryGraph
(QueryGraph namedWindowFilterQueryGraph)