public interface TableCallback<T>
HbaseTemplate's execution methods, often as anonymous classes within a method implementation without
 having to worry about exception handling.| Modifier and Type | Method and Description | 
|---|---|
| T | doInTable(HTableInterface table)Gets called by  HbaseTemplateexecute with an active Hbase table. | 
T doInTable(HTableInterface table) throws Throwable
HbaseTemplate execute with an active Hbase table. Does need to care about activating or closing down the table.table - active Hbase tableThrowable - thrown by the Hbase API