Uses of Class
com.aerospike.client.Record
Packages that use Record
-
Uses of Record in com.aerospike.client
Fields in com.aerospike.client declared as RecordModifier and TypeFieldDescriptionBatchRecord.recordRecord result after batch command has completed.final Record[]AerospikeException.BatchRecords.recordsMethods in com.aerospike.client that return RecordModifier and TypeMethodDescriptionfinal 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 RecordRead entire record for specified key.final RecordRead record header and bins for specified key.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.Read entire record for specified key.Read record header and bins for specified key.final Record[]AerospikeClient.getHeader(BatchPolicy policy, Key[] keys) Read multiple record header data for specified keys in one batch call.final RecordRead record generation and expiration only for specified key.Record[]IAerospikeClient.getHeader(BatchPolicy policy, Key[] keys) Read multiple record header data for specified keys in one batch call.Read record generation and expiration only for specified key.final RecordAerospikeClient.operate(WritePolicy policy, Key key, Operation... operations) Perform multiple read/write operations on a single key in one batch call.IAerospikeClient.operate(WritePolicy policy, Key key, Operation... operations) Perform multiple read/write operations on a single key in one batch call.Methods in com.aerospike.client with parameters of type RecordModifier and TypeMethodDescriptionvoidScanCallback.scanCallback(Key key, Record record) This method will be called for each record returned from a scan.final voidSet record result.Constructors in com.aerospike.client with parameters of type RecordModifierConstructorDescriptionBatchRecord(Key key, Record record, boolean hasWrite) Initialize batch key and record.BatchRecord(Key key, Record record, int resultCode, boolean inDoubt, boolean hasWrite) Error constructor.BatchRecords(Record[] records, Throwable e) -
Uses of Record in com.aerospike.client.listener
Methods in com.aerospike.client.listener with parameters of type RecordModifier and TypeMethodDescriptionvoidThis method is called when an asynchronous record is received from the server.voidThis method is called when the command completes successfully.voidThis method is called when an asynchronous get or operate command completes successfully. -
Uses of Record in com.aerospike.client.query
Methods in com.aerospike.client.query that return RecordMethods in com.aerospike.client.query with parameters of type Record