Class: Apache::Hadoop::Hbase::Thrift::TRegionInfo
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::TRegionInfo
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/hbase_types.rb
Overview
A TRegionInfo contains information about an HTable region.
Constant Summary collapse
- STARTKEY =
1
- ENDKEY =
2
- ID =
3
- NAME =
4
- VERSION =
5
- FIELDS =
{ STARTKEY => {:type => ::Thrift::Types::STRING, :name => 'startKey', :binary => true}, ENDKEY => {:type => ::Thrift::Types::STRING, :name => 'endKey', :binary => true}, ID => {:type => ::Thrift::Types::I64, :name => 'id'}, NAME => {:type => ::Thrift::Types::STRING, :name => 'name', :binary => true}, VERSION => {:type => ::Thrift::Types::BYTE, :name => 'version'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
86 |
# File 'lib/thrift/hbase_types.rb', line 86 def struct_fields; FIELDS; end |
#validate ⇒ Object
88 89 |
# File 'lib/thrift/hbase_types.rb', line 88 def validate end |