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 |
---|---|
java.util.List<T> |
execute(java.lang.Object... bindParameters)
Executes this query with the specified parameters.
|
java.util.List<T> execute(java.lang.Object... bindParameters) throws java.io.IOException
bindParameters
- Optional list of bind parameters.java.io.IOException
- If an error occurred communicating with the distributed system.