HBaseAdmin getAdmin() throws IOException { return connectionCache.getAdmin(); }
/** Caller closes the table afterwards. */ HTableInterface getTable(String tableName) throws IOException { return connectionCache.getTable(tableName); }
void setEffectiveUser(String effectiveUser) { connectionCache.setEffectiveUser(effectiveUser); }