for (String binName : readBinNames) {
operations[count++] = Operation.get(binName);
}
try {
Record record = super.operate(getWritePolicy(opts, wOpts), new Key(namespace, set, Value.get(key)), operations);
return getResult(record);
}
catch (AerospikeException ae) {
return getResult(ae);
}