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

Inherits:
Object
  • Object
show all
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_fieldsObject



86
# File 'lib/thrift/hbase_types.rb', line 86

def struct_fields; FIELDS; end

#validateObject



88
89
# File 'lib/thrift/hbase_types.rb', line 88

def validate
end