Method: HBase#tables
- Defined in:
- lib/hbase-jruby/hbase.rb
#tables ⇒ Array<HBase::Table>
Returns the list of HBase::Table instances
141 142 143 |
# File 'lib/hbase-jruby/hbase.rb', line 141 def tables table_names.map { |tn| table(tn) } end |