Class: Apache::Hadoop::Hbase::Thrift::Hbase::GetRowWithColumnsTs_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

SUCCESS =
0
IO =
1
FIELDS =
{
	SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => Apache::Hadoop::Hbase::Thrift::TRowResult}},
	IO => {:type => ::Thrift::Types::STRUCT, :name => 'io', :class => Apache::Hadoop::Hbase::Thrift::IOError}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end