Class ServicesStatementBuilder.ServicesQueryPlusStatement

java.lang.Object
com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractStatement
com.tangosol.coherence.dslquery.queryplus.ServicesStatementBuilder.ServicesQueryPlusStatement
All Implemented Interfaces:
Statement
Enclosing class:
ServicesStatementBuilder

public class ServicesStatementBuilder.ServicesQueryPlusStatement extends AbstractQueryPlusStatementBuilder.AbstractStatement
A class representing the "SERVICES" QueryPlus command.
Author:
jk 2014.03.17
  • Field Details

    • f_sAction

      protected final String f_sAction
      Flag indicating whether this command turns sanity checking on or off.
  • Constructor Details

    • ServicesQueryPlusStatement

      public ServicesQueryPlusStatement(String sAction)
      Construct a ServicesQueryPlusStatement that will execute the specified service command action.
      Parameters:
      sAction - the action this statement will perform
  • Method Details

    • execute

      public StatementResult execute(ExecutionContext ctx)
      Description copied from interface: Statement
      Execute a CohQL query or command and return the relevant result.
      Parameters:
      ctx - the context to use
      Returns:
      a StatementResult containing the results of executing the statement
    • dumpServiceInfo

      public StatementResult dumpServiceInfo(ExecutionContext ctx)
      Return information about the current set of Coherence services.
      Parameters:
      ctx - the ExecutionContext to use to obtain the current Coherence Cluster
      Returns:
      information about the current set of Coherence services