public final class BatchRead extends Object
Modifier and Type | Field and Description |
---|---|
String[] |
binNames
Bins to retrieve for this key.
|
Key |
key
Key.
|
boolean |
readAllBins
If true, ignore binNames and read all bins.
|
Record |
record
Record result after batch command has completed.
|
public final Key key
public final String[] binNames
public final boolean readAllBins
public Record record
public BatchRead(Key key, String[] binNames)
key
- record keybinNames
- array of bins to retrieve.public BatchRead(Key key, boolean readAllBins)
key
- record keyreadAllBins
- should all bins in record be retrieved.Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.