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/massive_record/adapters/thrift/hbase/hbase.rb
Constant Summary collapse
- TABLENAME =
1
- ROWBATCHES =
2
- 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}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1961 |
# File 'lib/massive_record/adapters/thrift/hbase/hbase.rb', line 1961 def struct_fields; FIELDS; end |
#validate ⇒ Object
1963 1964 |
# File 'lib/massive_record/adapters/thrift/hbase/hbase.rb', line 1963 def validate end |