Class: Apache::Hadoop::Hbase::Thrift::Hbase::MutateRowsTs_args

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

Constant Summary collapse

TABLENAME =
1
ROWBATCHES =
2
TIMESTAMP =
3
FIELDS =
{
  # name of table
  TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true},
  # list of row batches
  ROWBATCHES => {:type => ::Thrift::Types::LIST, :name => 'rowBatches', :element => {:type => ::Thrift::Types::STRUCT, :class => Apache::Hadoop::Hbase::Thrift::BatchMutation}},
  # timestamp
  TIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'timestamp'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1734
# File 'lib/thrift/hbase.rb', line 1734

def struct_fields; FIELDS; end

#validateObject



1736
1737
# File 'lib/thrift/hbase.rb', line 1736

def validate
end