예제 #1
0
 /** @deprecated {@link RowLock} and associated operations are deprecated */
 @Override
 public RowLock lockRow(byte[] row) throws IOException {
   return table.lockRow(row);
 }