Class: HbaseClient::Thrift::Hbase::ScannerGetList_args
- Inherits:
-
Object
- Object
- HbaseClient::Thrift::Hbase::ScannerGetList_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase-client/thrift/hbase.rb
Constant Summary collapse
- ID =
1
- NBROWS =
2
- FIELDS =
{ # id of a scanner returned by scannerOpen ID => {:type => ::Thrift::Types::I32, :name => 'id'}, # number of results to return NBROWS => {:type => ::Thrift::Types::I32, :name => 'nbRows'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2880 |
# File 'lib/hbase-client/thrift/hbase.rb', line 2880 def struct_fields; FIELDS; end |
#validate ⇒ Object
2882 2883 |
# File 'lib/hbase-client/thrift/hbase.rb', line 2882 def validate end |