Package com.aerospike.client.query

Examples of com.aerospike.client.query.ServerExecutor.execute()


    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)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.