See: Description
| Interface | Description |
|---|---|
| GridCacheContinuousQuery<K,V> |
API for configuring and executing continuous cache queries.
|
| GridCacheQueries<K,V> |
Facade for creating distributed queries.
|
| GridCacheQuery<T> |
Main API for configuring and executing cache queries.
|
| GridCacheQueryFuture<T> |
Cache query future returned by query execution.
|
| GridCacheQueryMetrics |
Cache query metrics used to obtain statistics on query.
|
| Annotation Type | Description |
|---|---|
| GridCacheQueryGroupIndex |
Describes group index.
|
| GridCacheQueryGroupIndex.List |
List of group indexes for type.
|
| GridCacheQuerySqlField |
Annotates fields for SQL queries.
|
| GridCacheQuerySqlField.Group |
Describes group of index and position of field in this group.
|
| GridCacheQuerySqlFunction |
Annotates public static methods in classes to be used in SQL queries as custom functions.
|
| GridCacheQueryTextField |
Annotation for fields or getters to be indexed for full text
search using
H2 TEXT indexing. |
Copyright © 2014. All rights reserved.