Method: HBase#use_table_pool?
- Defined in:
- lib/hbase-jruby/hbase.rb
#use_table_pool? ⇒ Boolean
Returns if this instance is backed by an HTablePool which is deprecated in the recent versions of HBase
92 93 94 |
# File 'lib/hbase-jruby/hbase.rb', line 92 def use_table_pool? !@htable_pool.nil? end |