public interface QueryService
Modifier and Type | Method and Description |
---|---|
<T> Query |
newQuery(String queryString)
Creates a new object that allows the execution of querys in the distributed system.
|
<T> Query newQuery(String queryString)
T
- Type of result returned from the query. May differ from the key and values types
of any involved regions.queryString
- OQL query.