Class: Apache::Hadoop::Hbase::Thrift::Hbase::DeleteAllRowTs_args
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::Hbase::DeleteAllRowTs_args
- Includes:
- Thrift::Struct
- Defined in:
- lib/gen-rb/hbase.rb
Constant Summary collapse
- TABLENAME =
1
- ROW =
2
- TIMESTAMP =
3
- FIELDS =
{ TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName'}, ROW => {:type => ::Thrift::Types::STRING, :name => 'row'}, TIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'timestamp'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1879 |
# File 'lib/gen-rb/hbase.rb', line 1879 def struct_fields; FIELDS; end |
#validate ⇒ Object
1881 1882 |
# File 'lib/gen-rb/hbase.rb', line 1881 def validate end |