Class Apache::Hadoop::Hbase::Thrift::Hbase::MutateRow_args
In: lib/thrift/hbase.rb
Parent: Object

Methods

Included Modules

::Thrift::Struct ::Thrift::Struct_Union

Constants

TABLENAME = 1
ROW = 2
MUTATIONS = 3
FIELDS = { # name of table TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true}, # row key ROW => {:type => ::Thrift::Types::STRING, :name => 'row', :binary => true}, # list of mutation commands MUTATIONS => {:type => ::Thrift::Types::LIST, :name => 'mutations', :element => {:type => ::Thrift::Types::STRUCT, :class => Apache::Hadoop::Hbase::Thrift::Mutation}}

Public Instance methods

[Source]

# File lib/thrift/hbase.rb, line 1611
                            def struct_fields; FIELDS; end

[Source]

# File lib/thrift/hbase.rb, line 1613
                            def validate
                            end

[Validate]