public class StopCQOp
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
execute(org.apache.geode.cache.client.internal.ExecutablePool pool,
java.lang.String cqName)
Stop a continuous query on the server using connections from the given pool to communicate with
the server.
|
public static void execute(org.apache.geode.cache.client.internal.ExecutablePool pool,
java.lang.String cqName)
pool - the pool to use to communicate with the server.cqName - name of the CQ to stop