Class TraceStatementBuilder.TraceQueryPlusStatement
java.lang.Object
com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractStatement
com.tangosol.coherence.dslquery.queryplus.TraceStatementBuilder.TraceQueryPlusStatement
- All Implemented Interfaces:
Statement
- Enclosing class:
TraceStatementBuilder
public class TraceStatementBuilder.TraceQueryPlusStatement
extends AbstractQueryPlusStatementBuilder.AbstractStatement
A command that turns on or off QueryPlus trace.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanFlag indicating whether this command turns trace on or off. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTraceQueryPlusStatement(boolean fTrace) Construct a command to turn on or off QueryPlus tracing. -
Method Summary
Modifier and TypeMethodDescriptionexecute(ExecutionContext ctx) Execute a CohQL query or command and return the relevantresult.Methods inherited from class com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractStatement
getExecutionConfirmation, sanityCheck, showPlanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tangosol.coherence.dslquery.Statement
executeAsync, isManagingTimeout
-
Field Details
-
m_fTrace
protected boolean m_fTraceFlag indicating whether this command turns trace on or off.
-
-
Constructor Details
-
TraceQueryPlusStatement
protected TraceQueryPlusStatement(boolean fTrace) Construct a command to turn on or off QueryPlus tracing.- Parameters:
fTrace- true to turn trace on, false to turn it off
-
-
Method Details