public class CQPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
cqListener
(String) Classname for CQ listener.
|
static java.lang.Long |
executeWithInitialResults
(boolean)
Whether to execute with initial results or just execute.
|
static java.lang.Long |
numCQs
(int) Number of continuous queries to register.
|
static java.lang.Long |
throttledOpsPerSec
(int)
Number of operations per second to throttle to.
|
static java.lang.Long |
useMultipleWhereConditionsInCQs
(boolean)
Whether to use multiple where conditions in CQs.
|
| Constructor and Description |
|---|
CQPrms() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
executeWithInitialResults() |
static com.gemstone.gemfire.cache.query.CqListener |
getCQListener() |
static int |
getNumCQs() |
static int |
getThrottledOpsPerSec() |
static void |
main(java.lang.String[] args) |
static boolean |
useMultipleWhereConditionsInCQs() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long cqListener
public static java.lang.Long numCQs
public static java.lang.Long throttledOpsPerSec
public static java.lang.Long executeWithInitialResults
public static java.lang.Long useMultipleWhereConditionsInCQs
public static com.gemstone.gemfire.cache.query.CqListener getCQListener()
public static int getNumCQs()
public static int getThrottledOpsPerSec()
public static boolean executeWithInitialResults()
public static boolean useMultipleWhereConditionsInCQs()
public static void main(java.lang.String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.