339340341342343344345
return new HBaseUpdate(session); } @Override public Delete createDelete(Session session) { return new HBaseDelete(session); }