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/massive_record/adapters/thrift/hbase/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
2206 |
# File 'lib/massive_record/adapters/thrift/hbase/hbase.rb', line 2206 def struct_fields; FIELDS; end |
#validate ⇒ Object
2208 2209 |
# File 'lib/massive_record/adapters/thrift/hbase/hbase.rb', line 2208 def validate end |