143144145146147148149150151152153
Logging.logError(Logging.LEVEL_ERROR, this, e); } // search for the key in the target block and return the result ByteRange val = targetBlock.lookup(key); byte[] result = val == null ? null : val.toBuffer(); targetBlock.free(); return result; }