Class: HbaseAdapter::DeleteMutation

Inherits:
Mutation
  • Object
show all
Defined in:
lib/hbase_adapter/mutation.rb

Instance Attribute Summary

Attributes inherited from Mutation

#column, #value

Instance Method Summary collapse

Methods inherited from Mutation

#initialize, #to_thrift

Constructor Details

This class inherits a constructor from HbaseAdapter::Mutation

Instance Method Details

#is_delete?Boolean

Returns:

  • (Boolean)


31
32
33
# File 'lib/hbase_adapter/mutation.rb', line 31

def is_delete?
  true
end