String packageName,
String functionName,
Value... functionArgs
) throws AerospikeException {
if (policy == null) {
policy = new Policy();
}
new ServerExecutor(cluster, policy, statement, packageName, functionName, functionArgs);
return new ExecuteTask(cluster, statement);
}