Class: Apache::Hadoop::Hbase::Thrift::Hbase::MutateRows_args
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::Hbase::MutateRows_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase/hbase.rb
Constant Summary collapse
- TABLENAME =
1
- ROWBATCHES =
2
- ATTRIBUTES =
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}}, # Mutation 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_fields ⇒ Object
2136 |
# File 'lib/hbase/hbase.rb', line 2136 def struct_fields; FIELDS; end |
#validate ⇒ Object
2138 2139 |
# File 'lib/hbase/hbase.rb', line 2138 def validate end |