Query(QueryPolicy, Statement) |
Execute query on all server nodes and return records via the listener. This method will
block until the query is complete.
If maxConcurrentNodes is not 1, the supplied listener must handle shared data in a thread-safe manner, because the listener will be called by multiple query threads (one thread per node) in parallel. Requires server version 6.0+ if using a secondary index query. |
Query(QueryPolicy, Statement, QueryListener) |
Not supported in proxy client
Obsolete. |
Query(QueryPolicy, Statement, ActionKey, Record) | Execute query and call action for each record returned from server. |
Query(QueryPolicy, Statement, PartitionFilter, QueryListener) |
Not supported in proxy client
Obsolete. |