public class GetDurableCQsOp
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
execute(org.apache.geode.cache.client.internal.ExecutablePool pool)
Retrieves all durable continuous queries on the server using connections from the given pool to
communicate with the server.
|
public static java.util.List<java.lang.String> execute(org.apache.geode.cache.client.internal.ExecutablePool pool)
pool - the pool to use to communicate with the server.