319320321322323324325326327328329
if (_debug) { System.out.println("Doing delete for key: "+key); } Cell entry = new Cell(); entry.key = new Key(); entry.key.row = key; entry.key.flag = KeyFlag.DELETE_ROW; try { connection.set_cell(ns, table, entry);