Method: HBase#tables

Defined in:
lib/hbase-jruby/hbase.rb

#tablesArray<HBase::Table>

Returns the list of HBase::Table instances

Returns:



141
142
143
# File 'lib/hbase-jruby/hbase.rb', line 141

def tables
  table_names.map { |tn| table(tn) }
end