Class: Apache::Hadoop::Hbase::Thrift::Hbase::GetRowsTs_args

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

Constant Summary collapse

TABLENAME =
1
ROWS =
2
TIMESTAMP =
3
ATTRIBUTES =
4
FIELDS =
{
  # name of the table
  TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true},
  # row keys
  ROWS => {:type => ::Thrift::Types::LIST, :name => 'rows', :element => {:type => ::Thrift::Types::STRING, :binary => true}},
  # timestamp
  TIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'timestamp'},
  # Get attributes
  ATTRIBUTES => {:type => ::Thrift::Types::MAP, :name => 'attributes', :key => {:type => ::Thrift::Types::STRING, :binary => true}, :value => {:type => ::Thrift::Types::STRING, :binary => true}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1958
# File 'lib/adapter/hbase/hbase.rb', line 1958

def struct_fields; FIELDS; end

#validateObject



1960
1961
# File 'lib/adapter/hbase/hbase.rb', line 1960

def validate
end