Class: Apache::Hadoop::Hbase::Thrift::Hbase::Get_result
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::Hbase::Get_result
- Includes:
- Thrift::Struct
- Defined in:
- lib/gen-rb/hbase.rb
Constant Summary collapse
- SUCCESS =
0
- IO =
1
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => Apache::Hadoop::Hbase::Thrift::TCell}}, IO => {:type => ::Thrift::Types::STRUCT, :name => 'io', :class => Apache::Hadoop::Hbase::Thrift::IOError} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1323 |
# File 'lib/gen-rb/hbase.rb', line 1323 def struct_fields; FIELDS; end |
#validate ⇒ Object
1325 1326 |
# File 'lib/gen-rb/hbase.rb', line 1325 def validate end |