String packageName,
String functionName,
Value... functionArgs
) throws AerospikeException {
ServerExecutor executor = new ServerExecutor(policy, statement, packageName, functionName, functionArgs);
executor.execute(cluster.getNodes());
return new ExecuteTask(cluster, statement);
}
//--------------------------------------------------------
// Query functions (Supported by Aerospike 3 servers only)