| Interface | Description |
|---|---|
| QueryResultsValidator |
This interface should be implemented if the developer needs to validate
query result dynamically.
|
| Class | Description |
|---|---|
| DataVerificationQueryResultsValidator |
Validates the resultSet returned from query.
|
| DefaultQueryResultsValidator |
Validates the resultSet returned from query.
|
| DynamicQueryResultsValidator |
Validates query result which is fired from a afterDestroy call back
of cache listener attatched to the region.
|
| DynamicResultsValidator | |
| EvictionQueryResultsValidator |
Validates results of query which is fired on a region with eviction
attributes It also validates the resultSet size against maximum value used by
the EvictionAlgorithm
|
| QueryExecutorThread |
Thread which executes Query.
|
| RemoteQueryListener |
A cache listener which spwans a new query executor thread from
QueryExecutorPool in afterDestroy call back
|
| RemoteQueryTest |
Contains Hydra tasks and supporting methods for testing remote OQL.It has
methods for initializing and configuring the cache server and cache clients.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.