Uses of Class
com.aerospike.client.query.ResultSet
Packages that use ResultSet
-
Uses of ResultSet in com.aerospike.client
Methods in com.aerospike.client that return ResultSetModifier and TypeMethodDescriptionfinal ResultSetAerospikeClient.queryAggregate(QueryPolicy policy, Statement statement) Execute query, apply statement's aggregation function, and return result iterator.final ResultSetAerospikeClient.queryAggregate(QueryPolicy policy, Statement statement, String packageName, String functionName, Value... functionArgs) Execute query, apply statement's aggregation function, and return result iterator.IAerospikeClient.queryAggregate(QueryPolicy policy, Statement statement) Execute query, apply statement's aggregation function, and return result iterator.IAerospikeClient.queryAggregate(QueryPolicy policy, Statement statement, String packageName, String functionName, Value... functionArgs) Execute query, apply statement's aggregation function, and return result iterator.final ResultSetAerospikeClient.queryAggregateNode(QueryPolicy policy, Statement statement, Node node) Execute query on a single server node, apply statement's aggregation function, and return result iterator.IAerospikeClient.queryAggregateNode(QueryPolicy policy, Statement statement, Node node) Execute query on a single server node, apply statement's aggregation function, and return result iterator.