Class: Apache::Hadoop::Hbase::Thrift::Hbase::GetRowWithColumns_result
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::Hbase::GetRowWithColumns_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/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::TRowResult}}, IO => {:type => ::Thrift::Types::STRUCT, :name => 'io', :class => Apache::Hadoop::Hbase::Thrift::IOError} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1612 |
# File 'lib/thrift/hbase.rb', line 1612 def struct_fields; FIELDS; end |
#validate ⇒ Object
1614 1615 |
# File 'lib/thrift/hbase.rb', line 1614 def validate end |