public class CreateCQWithIROp
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static org.apache.geode.cache.query.SelectResults |
execute(org.apache.geode.cache.client.internal.ExecutablePool pool,
java.lang.String cqName,
java.lang.String queryStr,
int cqState,
boolean isDurable,
byte regionDataPolicy)
Create a continuous query on the server using connections from the given pool to communicate
with the server.
|
public static org.apache.geode.cache.query.SelectResults execute(org.apache.geode.cache.client.internal.ExecutablePool pool,
java.lang.String cqName,
java.lang.String queryStr,
int cqState,
boolean isDurable,
byte regionDataPolicy)
pool - the pool to use to communicate with the server.cqName - name of the CQ to createqueryStr - string OQL statement to be executedcqState - int cqState to be set.isDurable - true if CQ is durableregionDataPolicy - the data policy ordinal of the region