public class CloseCQOp
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)
Close a continuous query on the given 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 close