Class: HbaseClient::Thrift::Hbase::GetRowOrBefore_args

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

Constant Summary collapse

TABLENAME =
1
ROW =
2
FAMILY =
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},
  # column name
  FAMILY => {:type => ::Thrift::Types::STRING, :name => 'family', :binary => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2958
# File 'lib/hbase-client/thrift/hbase.rb', line 2958

def struct_fields; FIELDS; end

#validateObject



2960
2961
# File 'lib/hbase-client/thrift/hbase.rb', line 2960

def validate
end