Class Apache::Hadoop::Hbase::Thrift::TRegionInfo
In: lib/thrift/hbase_types.rb
Parent: Object

A TRegionInfo contains information about an HTable region.

Methods

Included Modules

::Thrift::Struct ::Thrift::Struct_Union

Constants

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'}

Public Instance methods

[Source]

# File lib/thrift/hbase_types.rb, line 86
                  def struct_fields; FIELDS; end

[Source]

# File lib/thrift/hbase_types.rb, line 88
                  def validate
                  end

[Validate]