15 #ifndef IMPALA_RUNTIME_HBASE_TABLE_FACTORY_H
16 #define IMPALA_RUNTIME_HBASE_TABLE_FACTORY_H
18 #include <boost/scoped_ptr.hpp>
47 boost::scoped_ptr<HBaseTable>* hbase_table);
61 #endif // IMPALA_RUNTIME_HBASE_TABLE_FACTORY_H
static jmethodID executor_shutdown_id_
Status GetTable(const std::string &table_name, boost::scoped_ptr< HBaseTable > *hbase_table)
static jobject conf_
Configuration and executor jobject's. Initialized in Init().
static jclass executor_cl_
ExecutorService class and methods.