Class: HbaseClient::Thrift::Hbase::GetRegionInfo_result
- Inherits:
-
Object
- Object
- HbaseClient::Thrift::Hbase::GetRegionInfo_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::STRUCT, :name => 'success', :class => ::HbaseClient::Thrift::TRegionInfo}, IO => {:type => ::Thrift::Types::STRUCT, :name => 'io', :class => ::HbaseClient::Thrift::IOError} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3011 |
# File 'lib/hbase-client/thrift/hbase.rb', line 3011 def struct_fields; FIELDS; end |
#validate ⇒ Object
3013 3014 |
# File 'lib/hbase-client/thrift/hbase.rb', line 3013 def validate end |