Class: HbaseClient::Thrift::Hbase::DeleteAllRow_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
ATTRIBUTES =
3
FIELDS =
{
  # name of table
  TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true},
  # key of the row to be completely deleted.
  ROW => {:type => ::Thrift::Types::STRING, :name => 'row', :binary => true},
  # 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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end