Class: HBase::Table::BatchAction::BatchGetScoped

Inherits:
Object
  • Object
show all
Defined in:
lib/hbase-jruby/table/batch_action.rb

Instance Method Summary collapse

Instance Method Details

#get(rowkey) ⇒ Object

See Also:



10
11
12
# File 'lib/hbase-jruby/table/batch_action.rb', line 10

def get rowkey
  @callback.call @scoped.send(:getify, rowkey)
end