Package | Description |
---|---|
com.aerospike.client | |
com.aerospike.client.listener | |
com.aerospike.client.query |
Modifier and Type | Field and Description |
---|---|
Record |
BatchRead.record
Record result after batch command has completed.
|
Modifier and Type | Method and Description |
---|---|
Record[] |
AerospikeClient.get(BatchPolicy policy,
Key[] keys)
Read multiple records 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[] |
AerospikeClient.get(BatchPolicy policy,
Key[] keys,
String... binNames)
Read multiple record headers and bins for specified keys 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.
|
Record |
AerospikeClient.get(Policy policy,
Key key)
Read entire record for specified key.
|
Record |
IAerospikeClient.get(Policy policy,
Key key)
Read entire record for specified key.
|
Record |
AerospikeClient.get(Policy policy,
Key key,
String... binNames)
Read record header and bins for specified key.
|
Record |
IAerospikeClient.get(Policy policy,
Key key,
String... binNames)
Read record header and bins for specified key.
|
Record[] |
AerospikeClient.getHeader(BatchPolicy policy,
Key[] keys)
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.
|
Record |
AerospikeClient.getHeader(Policy policy,
Key key)
Read record generation and expiration only for specified key.
|
Record |
IAerospikeClient.getHeader(Policy policy,
Key key)
Read record generation and expiration only for specified key.
|
Record |
AerospikeClient.operate(WritePolicy policy,
Key key,
Operation... operations)
Perform multiple read/write operations on a single key in one batch call.
|
Record |
IAerospikeClient.operate(WritePolicy policy,
Key key,
Operation... operations)
Perform multiple read/write operations on a single key in one batch call.
|
Modifier and Type | Method and Description |
---|---|
void |
ScanCallback.scanCallback(Key key,
Record record)
This method will be called for each record returned from a scan.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordSequenceListener.onRecord(Key key,
Record record)
This method is called when an asynchronous record is received from the server.
|
void |
RecordArrayListener.onSuccess(Key[] keys,
Record[] records)
This method is called when an asynchronous batch get command completes successfully.
|
void |
RecordListener.onSuccess(Key key,
Record record)
This method is called when an asynchronous get or operate command completes successfully.
|
Modifier and Type | Method and Description |
---|---|
Record |
RecordSet.getRecord()
Get record's header and bin data.
|
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.