Class: HbaseClient::Thrift::Hbase::DeleteAllTs_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
COLUMN =
3
TIMESTAMP =
4
ATTRIBUTES =
5
FIELDS =
{
  # name of table
  TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true},
  # Row to update
  ROW => {:type => ::Thrift::Types::STRING, :name => 'row', :binary => true},
  # name of column whose value is to be deleted
  COLUMN => {:type => ::Thrift::Types::STRING, :name => 'column', :binary => true},
  # timestamp
  TIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'timestamp'},
  # Delete 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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end