Class: Apache::Hadoop::Hbase::Thrift::Hbase::MutateRow_result

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/massive_record/adapters/thrift/hbase/hbase.rb

Constant Summary collapse

IO =
1
IA =
2
FIELDS =
{
	IO => {:type => ::Thrift::Types::STRUCT, :name => 'io', :class => Apache::Hadoop::Hbase::Thrift::IOError},
	IA => {:type => ::Thrift::Types::STRUCT, :name => 'ia', :class => Apache::Hadoop::Hbase::Thrift::IllegalArgument}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1897
# File 'lib/massive_record/adapters/thrift/hbase/hbase.rb', line 1897

def struct_fields; FIELDS; end

#validateObject



1899
1900
# File 'lib/massive_record/adapters/thrift/hbase/hbase.rb', line 1899

def validate
end