Class: Apache::Hadoop::Hbase::Thrift::Hbase::ScannerOpenTs_args
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::Hbase::ScannerOpenTs_args
- Includes:
- Thrift::Struct
- Defined in:
- lib/gen-rb/hbase.rb
Constant Summary collapse
- TABLENAME =
1
- STARTROW =
2
- COLUMNS =
3
- TIMESTAMP =
4
- FIELDS =
{ TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName'}, STARTROW => {:type => ::Thrift::Types::STRING, :name => 'startRow'}, COLUMNS => {:type => ::Thrift::Types::LIST, :name => 'columns', :element => {:type => ::Thrift::Types::STRING}}, TIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'timestamp'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2033 |
# File 'lib/gen-rb/hbase.rb', line 2033 def struct_fields; FIELDS; end |
#validate ⇒ Object
2035 2036 |
# File 'lib/gen-rb/hbase.rb', line 2035 def validate end |