Hi all, How do you truncate an entire table using the Java API? Shell has a TRUNCATE command, but I can't find any matching functionality in the API itself... all of the HTable.deleteAll() methods require a row-key.
Any suggestions would be greatly appreciated. -Sean
