Class: Apache::Hadoop::Hbase::Thrift::Hbase::ScannerOpenWithScan_args
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::Hbase::ScannerOpenWithScan_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase/hbase.rb
Constant Summary collapse
- TABLENAME =
1
- SCAN =
2
- ATTRIBUTES =
3
- FIELDS =
{ # name of table TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true}, # Scan instance SCAN => {:type => ::Thrift::Types::STRUCT, :name => 'scan', :class => ::Apache::Hadoop::Hbase::Thrift::TScan}, # Scan attributes ATTRIBUTES => {:type => ::Thrift::Types::MAP, :name => 'attributes', :key => {:type => ::Thrift::Types::STRING, :binary => true}, :value => {:type => ::Thrift::Types::STRING, :binary => true}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2501 |
# File 'lib/hbase/hbase.rb', line 2501 def struct_fields; FIELDS; end |
#validate ⇒ Object
2503 2504 |
# File 'lib/hbase/hbase.rb', line 2503 def validate end |