Class: Apache::Hadoop::Hbase::Thrift::Hbase::ScannerOpenWithStop_result
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::Hbase::ScannerOpenWithStop_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase/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 => ::Apache::Hadoop::Hbase::Thrift::IOError} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2617 |
# File 'lib/hbase/hbase.rb', line 2617 def struct_fields; FIELDS; end |
#validate ⇒ Object
2619 2620 |
# File 'lib/hbase/hbase.rb', line 2619 def validate end |