Uses of Class
com.aerospike.client.policy.BatchPolicy
Packages that use BatchPolicy
-
Uses of BatchPolicy in com.aerospike.client
Fields in com.aerospike.client declared as BatchPolicyModifier and TypeFieldDescriptionfinal BatchPolicyAerospikeClient.batchParentPolicyWriteDefaultDefault parent policy used in batch write commands.final BatchPolicyAerospikeClient.batchPolicyDefaultDefault parent policy used in batch read commands.Methods in com.aerospike.client that return BatchPolicyModifier and TypeMethodDescriptionfinal BatchPolicyAerospikeClient.copyBatchParentPolicyWriteDefault()Copy batch header write policy default.IAerospikeClient.copyBatchParentPolicyWriteDefault()Copy batch header write policy default.final BatchPolicyAerospikeClient.copyBatchPolicyDefault()Copy batch header read policy default.IAerospikeClient.copyBatchPolicyDefault()Copy batch header read policy default.final BatchPolicyAerospikeClient.getBatchParentPolicyWriteDefault()Return batch header write policy default.IAerospikeClient.getBatchParentPolicyWriteDefault()Return batch header write policy default.final BatchPolicyAerospikeClient.getBatchPolicyDefault()Return batch header read policy default.IAerospikeClient.getBatchPolicyDefault()Return batch header read policy default.Methods in com.aerospike.client with parameters of type BatchPolicyModifier and TypeMethodDescriptionfinal voidAerospikeClient.delete(EventLoop eventLoop, BatchRecordArrayListener listener, BatchPolicy batchPolicy, BatchDeletePolicy deletePolicy, Key[] keys) Asynchronously delete records for specified keys.final voidAerospikeClient.delete(EventLoop eventLoop, BatchRecordSequenceListener listener, BatchPolicy batchPolicy, BatchDeletePolicy deletePolicy, Key[] keys) Asynchronously delete records for specified keys.final BatchResultsAerospikeClient.delete(BatchPolicy batchPolicy, BatchDeletePolicy deletePolicy, Key[] keys) Delete records for specified keys.voidIAerospikeClient.delete(EventLoop eventLoop, BatchRecordArrayListener listener, BatchPolicy batchPolicy, BatchDeletePolicy deletePolicy, Key[] keys) Asynchronously delete records for specified keys.voidIAerospikeClient.delete(EventLoop eventLoop, BatchRecordSequenceListener listener, BatchPolicy batchPolicy, BatchDeletePolicy deletePolicy, Key[] keys) Asynchronously delete records for specified keys.IAerospikeClient.delete(BatchPolicy batchPolicy, BatchDeletePolicy deletePolicy, Key[] keys) Delete records for specified keys.final voidAerospikeClient.execute(EventLoop eventLoop, BatchRecordArrayListener listener, BatchPolicy batchPolicy, BatchUDFPolicy udfPolicy, Key[] keys, String packageName, String functionName, Value... functionArgs) Asynchronously execute user defined function on server for each key and return results.final voidAerospikeClient.execute(EventLoop eventLoop, BatchRecordSequenceListener listener, BatchPolicy batchPolicy, BatchUDFPolicy udfPolicy, Key[] keys, String packageName, String functionName, Value... functionArgs) Asynchronously execute user defined function on server for each key and return results.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.voidIAerospikeClient.execute(EventLoop eventLoop, BatchRecordArrayListener listener, BatchPolicy batchPolicy, BatchUDFPolicy udfPolicy, Key[] keys, String packageName, String functionName, Value... functionArgs) Asynchronously execute user defined function on server for each key and return results.voidIAerospikeClient.execute(EventLoop eventLoop, BatchRecordSequenceListener listener, BatchPolicy batchPolicy, BatchUDFPolicy udfPolicy, Key[] keys, String packageName, String functionName, Value... functionArgs) Asynchronously 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 voidAerospikeClient.exists(EventLoop eventLoop, ExistsArrayListener listener, BatchPolicy policy, Key[] keys) Asynchronously check if multiple record keys exist in one batch call.final voidAerospikeClient.exists(EventLoop eventLoop, ExistsSequenceListener listener, BatchPolicy policy, Key[] keys) Asynchronously check if multiple record keys exist in one batch call.final boolean[]AerospikeClient.exists(BatchPolicy policy, Key[] keys) Check if multiple record keys exist in one batch call.voidIAerospikeClient.exists(EventLoop eventLoop, ExistsArrayListener listener, BatchPolicy policy, Key[] keys) Asynchronously check if multiple record keys exist in one batch call.voidIAerospikeClient.exists(EventLoop eventLoop, ExistsSequenceListener listener, BatchPolicy policy, Key[] keys) Asynchronously check if multiple record keys exist in one batch call.boolean[]IAerospikeClient.exists(BatchPolicy policy, Key[] keys) Check if multiple record keys exist in one batch call.final voidAerospikeClient.get(EventLoop eventLoop, BatchListListener listener, BatchPolicy policy, List<BatchRead> records) Asynchronously read multiple records for specified batch keys in one batch call.final voidAerospikeClient.get(EventLoop eventLoop, BatchSequenceListener listener, BatchPolicy policy, List<BatchRead> records) Asynchronously read multiple records for specified batch keys in one batch call.final voidAerospikeClient.get(EventLoop eventLoop, RecordArrayListener listener, BatchPolicy policy, Key[] keys) Asynchronously read multiple records for specified keys in one batch call.final voidAerospikeClient.get(EventLoop eventLoop, RecordArrayListener listener, BatchPolicy policy, Key[] keys, Operation... ops) Asynchronously read multiple records for specified keys using read operations in one batch call.final voidAerospikeClient.get(EventLoop eventLoop, RecordArrayListener listener, BatchPolicy policy, Key[] keys, String... binNames) Asynchronously read multiple record headers and bins for specified keys in one batch call.final voidAerospikeClient.get(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys) Asynchronously read multiple records for specified keys in one batch call.final voidAerospikeClient.get(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys, Operation... ops) Asynchronously read multiple records for specified keys using read operations in one batch call.final voidAerospikeClient.get(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys, String... binNames) Asynchronously read multiple record headers and bins for specified keys in one batch call.final Record[]AerospikeClient.get(BatchPolicy policy, Key[] keys) Read multiple records for specified keys in one batch call.final Record[]AerospikeClient.get(BatchPolicy policy, Key[] keys, Operation... ops) Read multiple records for specified keys using read operations in one batch call.final Record[]AerospikeClient.get(BatchPolicy policy, Key[] keys, String... binNames) Read multiple record headers and bins for specified keys in one batch call.final booleanAerospikeClient.get(BatchPolicy policy, List<BatchRead> records) Read multiple records for specified batch keys in one batch call.voidIAerospikeClient.get(EventLoop eventLoop, BatchListListener listener, BatchPolicy policy, List<BatchRead> records) Asynchronously read multiple records for specified batch keys in one batch call.voidIAerospikeClient.get(EventLoop eventLoop, BatchSequenceListener listener, BatchPolicy policy, List<BatchRead> records) Asynchronously read multiple records for specified batch keys in one batch call.voidIAerospikeClient.get(EventLoop eventLoop, RecordArrayListener listener, BatchPolicy policy, Key[] keys) Asynchronously read multiple records for specified keys in one batch call.voidIAerospikeClient.get(EventLoop eventLoop, RecordArrayListener listener, BatchPolicy policy, Key[] keys, Operation... ops) Asynchronously read multiple records for specified keys using read operations in one batch call.voidIAerospikeClient.get(EventLoop eventLoop, RecordArrayListener listener, BatchPolicy policy, Key[] keys, String... binNames) Asynchronously read multiple record headers and bins for specified keys in one batch call.voidIAerospikeClient.get(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys) Asynchronously read multiple records for specified keys in one batch call.voidIAerospikeClient.get(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys, Operation... ops) Asynchronously read multiple records for specified keys using read operations in one batch call.voidIAerospikeClient.get(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys, String... binNames) Asynchronously read multiple record headers and bins for specified keys in one batch call.Record[]IAerospikeClient.get(BatchPolicy policy, Key[] keys) Read multiple records for specified keys in one batch call.Record[]IAerospikeClient.get(BatchPolicy policy, Key[] keys, Operation... ops) Read multiple records for specified keys using read operations in one batch call.Record[]IAerospikeClient.get(BatchPolicy policy, Key[] keys, String... binNames) Read multiple record headers and bins for specified keys in one batch call.booleanIAerospikeClient.get(BatchPolicy policy, List<BatchRead> records) Read multiple records for specified batch keys in one batch call.final voidAerospikeClient.getHeader(EventLoop eventLoop, RecordArrayListener listener, BatchPolicy policy, Key[] keys) Asynchronously read multiple record header data for specified keys in one batch call.final voidAerospikeClient.getHeader(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys) Asynchronously read multiple record header data for specified keys in one batch call.final Record[]AerospikeClient.getHeader(BatchPolicy policy, Key[] keys) Read multiple record header data for specified keys in one batch call.voidIAerospikeClient.getHeader(EventLoop eventLoop, RecordArrayListener listener, BatchPolicy policy, Key[] keys) Asynchronously read multiple record header data for specified keys in one batch call.voidIAerospikeClient.getHeader(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys) Asynchronously read multiple record header data for specified keys in one batch call.Record[]IAerospikeClient.getHeader(BatchPolicy policy, Key[] keys) Read multiple record header data for specified keys in one batch call.final voidAerospikeClient.operate(EventLoop eventLoop, BatchOperateListListener listener, BatchPolicy policy, List<BatchRecord> records) Asynchronously read/write multiple records for specified batch keys in one batch call.final voidAerospikeClient.operate(EventLoop eventLoop, BatchRecordArrayListener listener, BatchPolicy batchPolicy, BatchWritePolicy writePolicy, Key[] keys, Operation... ops) Asynchronously perform read/write operations on multiple keys.final voidAerospikeClient.operate(EventLoop eventLoop, BatchRecordSequenceListener listener, BatchPolicy batchPolicy, BatchWritePolicy writePolicy, Key[] keys, Operation... ops) Asynchronously perform read/write operations on multiple keys.final voidAerospikeClient.operate(EventLoop eventLoop, BatchRecordSequenceListener listener, BatchPolicy policy, List<BatchRecord> records) Asynchronously read/write multiple records for specified batch keys in one batch call.final BatchResultsAerospikeClient.operate(BatchPolicy batchPolicy, BatchWritePolicy writePolicy, Key[] keys, Operation... ops) Perform read/write operations on multiple keys.final booleanAerospikeClient.operate(BatchPolicy policy, List<BatchRecord> records) Read/Write multiple records for specified batch keys in one batch call.voidIAerospikeClient.operate(EventLoop eventLoop, BatchOperateListListener listener, BatchPolicy policy, List<BatchRecord> records) Asynchronously read/write multiple records for specified batch keys in one batch call.voidIAerospikeClient.operate(EventLoop eventLoop, BatchRecordArrayListener listener, BatchPolicy batchPolicy, BatchWritePolicy writePolicy, Key[] keys, Operation... ops) Asynchronously perform read/write operations on multiple keys.voidIAerospikeClient.operate(EventLoop eventLoop, BatchRecordSequenceListener listener, BatchPolicy batchPolicy, BatchWritePolicy writePolicy, Key[] keys, Operation... ops) Asynchronously perform read/write operations on multiple keys.voidIAerospikeClient.operate(EventLoop eventLoop, BatchRecordSequenceListener listener, BatchPolicy policy, List<BatchRecord> records) Asynchronously read/write multiple records for specified batch keys in one batch call.IAerospikeClient.operate(BatchPolicy batchPolicy, BatchWritePolicy writePolicy, Key[] keys, Operation... ops) Perform read/write operations on multiple keys.booleanIAerospikeClient.operate(BatchPolicy policy, List<BatchRecord> records) Read/Write multiple records for specified batch keys in one batch call. -
Uses of BatchPolicy in com.aerospike.client.policy
Subclasses of BatchPolicy in com.aerospike.client.policyModifier and TypeClassDescriptionclassMulti-record transaction (MRT) policy fields used to batch roll forward/backward records on commit or abort.classMulti-record transaction (MRT) policy fields used to batch verify record versions on commit.Fields in com.aerospike.client.policy declared as BatchPolicyModifier and TypeFieldDescriptionClientPolicy.batchParentPolicyWriteDefaultDefault parent policy used in batch write commands.ClientPolicy.batchPolicyDefaultDefault parent policy used in batch read commands.Methods in com.aerospike.client.policy that return BatchPolicyModifier and TypeMethodDescriptionstatic BatchPolicyBatchPolicy.ReadDefault()Default batch read policy.static BatchPolicyBatchPolicy.WriteDefault()Default batch write policy.Methods in com.aerospike.client.policy with parameters of type BatchPolicyModifier and TypeMethodDescriptionvoidClientPolicy.setBatchParentPolicyWriteDefault(BatchPolicy batchParentPolicyWriteDefault) voidClientPolicy.setBatchPolicyDefault(BatchPolicy batchPolicyDefault) Constructors in com.aerospike.client.policy with parameters of type BatchPolicyModifierConstructorDescriptionBatchPolicy(BatchPolicy other) Copy batch policy from another batch policy.