Class FAFQueryMethodSelectExecNoContextNoJoin
java.lang.Object
com.espertech.esper.common.internal.epl.fafquery.querymethod.FAFQueryMethodSelectExecNoContextNoJoin
- All Implemented Interfaces:
FAFQueryMethodSelectExec
public class FAFQueryMethodSelectExecNoContextNoJoin
extends Object
implements FAFQueryMethodSelectExec
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(FAFQueryMethodSelect select, ContextPartitionSelector[] contextPartitionSelectors, FAFQueryMethodAssignerSetter assignerSetter, ContextManagementService contextManagementService) void
releaseTableLocks
(FireAndForgetProcessor[] processors) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.espertech.esper.common.internal.epl.fafquery.querymethod.FAFQueryMethodSelectExec
close, prepare
-
Field Details
-
INSTANCE
-
-
Method Details
-
execute
public EPPreparedQueryResult execute(FAFQueryMethodSelect select, ContextPartitionSelector[] contextPartitionSelectors, FAFQueryMethodAssignerSetter assignerSetter, ContextManagementService contextManagementService) - Specified by:
execute
in interfaceFAFQueryMethodSelectExec
-
releaseTableLocks
- Specified by:
releaseTableLocks
in interfaceFAFQueryMethodSelectExec
-