T
- Type of result returned from the query. May differ from the key and value types
of any involved regions.public interface Query<T>
Modifier and Type | Method and Description |
---|---|
List<T> |
execute(Object... bindParameters)
Executes this query with the specified parameters.
|
List<T> execute(Object... bindParameters) throws IOException
bindParameters
- Optional list of bind parameters.IOException
- If an error occurred communicating with the distributed system.