* @throws AerospikeException if read fails
*/
@Deprecated
public final Record[] get(Policy policy, Key[] keys, String... binNames)
throws AerospikeException {
BatchPolicy batchPolicy = (policy == null)? batchPolicyDefault : new BatchPolicy(policy);
return get(batchPolicy, keys, binNames);
}