Class: Apache::Hadoop::Hbase::Thrift::Hbase::DeleteAll_args
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::Hbase::DeleteAll_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/hbase.rb
Constant Summary collapse
- TABLENAME =
1
- ROW =
2
- COLUMN =
3
- FIELDS =
{ # name of table TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true}, # Row to update ROW => {:type => ::Thrift::Types::STRING, :name => 'row', :binary => true}, # name of column whose value is to be deleted COLUMN => {:type => ::Thrift::Types::STRING, :name => 'column', :binary => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2092 |
# File 'lib/thrift/hbase.rb', line 2092 def struct_fields; FIELDS; end |
#validate ⇒ Object
2094 2095 |
# File 'lib/thrift/hbase.rb', line 2094 def validate end |