Class: HbaseClient::Thrift::Hbase::ScannerOpen_result
- Inherits:
-
Object
- Object
- HbaseClient::Thrift::Hbase::ScannerOpen_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase-client/thrift/hbase.rb
Constant Summary collapse
- SUCCESS =
0
- IO =
1
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::I32, :name => 'success'}, IO => {:type => ::Thrift::Types::STRUCT, :name => 'io', :class => ::HbaseClient::Thrift::IOError} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2624 |
# File 'lib/hbase-client/thrift/hbase.rb', line 2624 def struct_fields; FIELDS; end |
#validate ⇒ Object
2626 2627 |
# File 'lib/hbase-client/thrift/hbase.rb', line 2626 def validate end |