Class: Apache::Hadoop::Hbase::Thrift::Hbase::GetRow_args

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

Constant Summary collapse

TABLENAME =
1
ROW =
2
FIELDS =
{
  # name of table
  TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true},
  # row key
  ROW => {:type => ::Thrift::Types::STRING, :name => 'row', :binary => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1445
# File 'lib/thrift/hbase.rb', line 1445

def struct_fields; FIELDS; end

#validateObject



1447
1448
# File 'lib/thrift/hbase.rb', line 1447

def validate
end