|
GridGain 4.3.1e
Enterprise "Big Data" Edition |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GridCacheQuery | |
|---|---|
| org.gridgain.grid.cache | Start Here
Contains main In-Memory Data Grid APIs. |
| org.gridgain.grid.cache.query |
Contains APIs for creating and executing cache queries. |
| Uses of GridCacheQuery in org.gridgain.grid.cache |
|---|
| Methods in org.gridgain.grid.cache that return GridCacheQuery | |
|---|---|
GridCacheQuery<K,V> |
GridCacheProjection.createQuery(GridCacheQueryType type)
Creates user's query for given query type. |
GridCacheQuery<K,V> |
GridCacheProjection.createQuery(GridCacheQueryType type,
Class<?> cls,
String clause)
Creates user's query for given query type, queried class, and query clause which is generally a where clause. |
GridCacheQuery<K,V> |
GridCacheProjection.createQuery(GridCacheQueryType type,
String clsName,
String clause)
Creates user's query for given query type, queried class, and query clause which is generally a where clause. |
| Uses of GridCacheQuery in org.gridgain.grid.cache.query |
|---|
| Methods in org.gridgain.grid.cache.query that return GridCacheQuery | |
|---|---|
GridCacheQuery<K,V> |
GridCacheQuery.closureArguments(Object... args)
Optional arguments for closures to be used by GridCacheQueryBase.remoteKeyFilter(GridClosure),
and GridCacheQueryBase.remoteValueFilter(GridClosure). |
GridCacheQuery<K,V> |
GridCacheQuery.queryArguments(Object... args)
Optional query arguments that get passed into query SQL. |
|
GridGain 4.3.1e
Enterprise "Big Data" Edition |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
|
GridGain - In-Memory Big Data
|
|
|