Class: Apache::Hadoop::Hbase::Thrift::Hbase::DeleteAllRowTs_args
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::Hbase::DeleteAllRowTs_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/hbase.rb
Constant Summary collapse
- TABLENAME =
1
- ROW =
2
- TIMESTAMP =
3
- FIELDS =
{ # name of table TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true}, # key of the row to be completely deleted. ROW => {:type => ::Thrift::Types::STRING, :name => 'row', :binary => true}, # timestamp TIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'timestamp'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2209 |
# File 'lib/thrift/hbase.rb', line 2209 def struct_fields; FIELDS; end |
#validate ⇒ Object
2211 2212 |
# File 'lib/thrift/hbase.rb', line 2211 def validate end |