Class: Apache::Hadoop::Hbase::Thrift::TRegionInfo

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct
Defined in:
lib/gen-rb/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'},
  ENDKEY => {:type => ::Thrift::Types::STRING, :name => 'endKey'},
  ID => {:type => ::Thrift::Types::I64, :name => 'id'},
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  VERSION => {:type => ::Thrift::Types::BYTE, :name => 'version'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



87
# File 'lib/gen-rb/hbase_types.rb', line 87

def struct_fields; FIELDS; end

#validateObject



89
90
# File 'lib/gen-rb/hbase_types.rb', line 89

def validate
end