Class ExecuteCQOperationContext

    • Constructor Detail

      • ExecuteCQOperationContext

        public ExecuteCQOperationContext​(java.lang.String cqName,
                                         java.lang.String queryString,
                                         java.util.Set regionNames,
                                         boolean postOperation)
        Deprecated.
        Constructor for the EXECUTE_CQ operation.
        Parameters:
        cqName - the name of the continuous query being registered
        queryString - the query string for this operation
        regionNames - names of regions that are part of the query string
        postOperation - true to set the post-operation flag
    • Method Detail

      • getName

        public java.lang.String getName()
        Deprecated.
        Return the name of the continuous query.
        Returns:
        the name of the continuous query