Uses of Class
com.aerospike.client.query.Statement

Packages that use Statement
com.aerospike.client   
com.aerospike.client.task   
 

Uses of Statement in com.aerospike.client
 

Methods in com.aerospike.client with parameters of type Statement
 ExecuteTask AerospikeClient.execute(Policy policy, Statement statement, String packageName, String functionName, Value... functionArgs)
          Apply user defined function on records that match the statement filter.
 RecordSet AerospikeClient.query(QueryPolicy policy, Statement statement)
          Execute query and return record iterator.
 ResultSet AerospikeClient.queryAggregate(QueryPolicy policy, Statement statement, String packageName, String functionName, Value... functionArgs)
          Execute query, apply statement's aggregation function, and return result iterator.
 

Uses of Statement in com.aerospike.client.task
 

Constructors in com.aerospike.client.task with parameters of type Statement
ExecuteTask(com.aerospike.client.cluster.Cluster cluster, Statement statement)
          Initialize task with fields needed to query server nodes.
 



Copyright © 2012–2014 Aerospike, Inc. All rights reserved.