| Package | Description |
|---|---|
| cq | |
| delta | |
| newWan | |
| pdx | |
| util |
| Modifier and Type | Method and Description |
|---|---|
protected QueryObject |
CQKnownKeysTest.getValueToAdd(Object key)
Return a value to add to a region for the given key
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CQTest.satisfiesQuery(String queryStr,
QueryObject qo)
Return true of the given qo satisfies the queryStr, false otherwise.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BadDeltaObject
Class that intentionally causes errors in a users's implementation
of the delta interface to make sure the product throws reasonable
errors
|
class |
DeltaObject |
| Modifier and Type | Method and Description |
|---|---|
QueryObject |
WANTest.getQueryObjectForCounter(long key)
Return a value for the given key
|
| Modifier and Type | Method and Description |
|---|---|
static QueryObject |
PdxTest.getVersionedQueryObject(String className,
long base,
int valueGeneration,
int byteArraySize,
int levels)
Use reflection to create a new instance of PdxVersionedQueryObject.
|
| Modifier and Type | Field and Description |
|---|---|
QueryObject |
QueryObject.aQueryObject |
| Modifier and Type | Method and Description |
|---|---|
QueryObject |
QueryObject.getAtDepth(int depth)
Return the QueryObject at the given depth.
|
QueryObject |
QueryObject.modifyWithNewInstance(int changeValueGeneration,
int delta,
boolean log)
Return a new instance of QueryObject.
|
QueryObject |
QueryObject.modifyWithNewInstance(int depth,
int changeValueGeneration,
int delta,
boolean randomDepth,
boolean log)
Creates new instance of the root QueryObject and modifies the values of
the QueryObject at the given depth by changing its values according to
changeValueGeneration and delta.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueryObject.hasEqualId(QueryObject anObj)
Return true if the two QueryObjects have the same id, false otherwise.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.