Class: Apache::Hadoop::Hbase::Thrift::Hbase::DeleteAllRow_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/adapter/hbase/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



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

def struct_fields; FIELDS; end

#validateObject



2356
2357
# File 'lib/adapter/hbase/hbase.rb', line 2356

def validate
end