Uses of Class
com.aerospike.client.BatchResults
Packages that use BatchResults
-
Uses of BatchResults in com.aerospike.client
Methods in com.aerospike.client that return BatchResultsModifier and TypeMethodDescriptionfinal BatchResultsAerospikeClient.delete(BatchPolicy batchPolicy, BatchDeletePolicy deletePolicy, Key[] keys) Delete records for specified keys.IAerospikeClient.delete(BatchPolicy batchPolicy, BatchDeletePolicy deletePolicy, Key[] keys) Delete records for specified keys.final BatchResultsAerospikeClient.execute(BatchPolicy batchPolicy, BatchUDFPolicy udfPolicy, Key[] keys, String packageName, String functionName, Value... functionArgs) Execute user defined function on server for each key and return results.IAerospikeClient.execute(BatchPolicy batchPolicy, BatchUDFPolicy udfPolicy, Key[] keys, String packageName, String functionName, Value... functionArgs) Execute user defined function on server for each key and return results.final BatchResultsAerospikeClient.operate(BatchPolicy batchPolicy, BatchWritePolicy writePolicy, Key[] keys, Operation... ops) Perform read/write operations on multiple keys.IAerospikeClient.operate(BatchPolicy batchPolicy, BatchWritePolicy writePolicy, Key[] keys, Operation... ops) Perform read/write operations on multiple keys.