Class: Apache::Hadoop::Hbase::Thrift::Hbase::GetRegionInfo_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/adapter/hbase/hbase.rb

Constant Summary collapse

ROW =
1
FIELDS =
{
  # row key
  ROW => {:type => ::Thrift::Types::STRING, :name => 'row', :binary => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2935
# File 'lib/adapter/hbase/hbase.rb', line 2935

def struct_fields; FIELDS; end

#validateObject



2937
2938
# File 'lib/adapter/hbase/hbase.rb', line 2937

def validate
end