Uses of Class
com.aerospike.client.task.ExecuteTask
Packages that use ExecuteTask
-
Uses of ExecuteTask in com.aerospike.client
Methods in com.aerospike.client that return ExecuteTaskModifier and TypeMethodDescriptionfinal ExecuteTaskAerospikeClient.execute(WritePolicy policy, Statement statement, Operation... operations) Apply operations on records that match the background query statement filter.final ExecuteTaskAerospikeClient.execute(WritePolicy policy, Statement statement, String packageName, String functionName, Value... functionArgs) Apply user defined function on records that match the background query statement filter.IAerospikeClient.execute(WritePolicy policy, Statement statement, Operation... operations) Apply operations on records that match the background query statement filter.IAerospikeClient.execute(WritePolicy policy, Statement statement, String packageName, String functionName, Value... functionArgs) Apply user defined function on records that match the background query statement filter.